The path generated for multi-dimensional arrays is not valid for the JSON path field.
Expected: $.path.message[*][*].text
Actual: $.path.message[*].message[*].text
OpenAPI schema for multi-dimensional array:
message:
type: array
items:
type: array
items:
type: string
The path generated for multi-dimensional arrays is not valid for the JSON path field.
Expected:
$.path.message[*][*].textActual:
$.path.message[*].message[*].textOpenAPI schema for multi-dimensional array: