Skip to content

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

Description

@yarg0007

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions