You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
According to the openapi 3.1 specification, tuples should be modeled using the "prefixItems" field with the "items" field being set to false (spec).
However this causes a "model_type" error as the generator expects the "items" field to be a dictionary.
Describe the bug
According to the openapi 3.1 specification, tuples should be modeled using the
"prefixItems"
field with the"items"
field being set tofalse
(spec).However this causes a "model_type" error as the generator expects the
"items"
field to be a dictionary.OpenAPI Spec File
Removing the
"items": false
causes the file to parse successfully.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: