-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The current implementation of the metamodel uses items to set the type of the items of an array in a Schema definition.
However, even though it's not common in OpenAPI definitions, JSON schema allows the definition of tuples by setting the value of items to an array where each item is a Schema which corresponds to the type of each index.
The importation fails when `items``contains an array (tuple definition) instead of an object (array definition).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working