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
In the original/legacy API Blueprint, the MSON arrays are not a fixed-type. That caused all the JSON Schema array types not to be rendered by the API Blueprint parser and thus not migrated to the OpenAPI Doc. This might affect all the collections at the very top level, items.data[].
Please verify that all the array-type JSON has a proper JSON schema.
In the original/legacy API Blueprint, the MSON arrays are not a
fixed-type
. That caused all the JSON Schemaarray
types not to be rendered by the API Blueprint parser and thus not migrated to the OpenAPI Doc. This might affect all the collections at the very top level,items.data[]
.It's a known API Blueprint issue/feature.
The text was updated successfully, but these errors were encountered: