Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-dimensional arrays are not supported by the TMBuilder #41

Open
yarg0007 opened this issue Dec 6, 2023 · 0 comments
Open

Multi-dimensional arrays are not supported by the TMBuilder #41

yarg0007 opened this issue Dec 6, 2023 · 0 comments

Comments

@yarg0007
Copy link
Collaborator

yarg0007 commented Dec 6, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant