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
Errors
Semantic error at components.schemas.registered.allOf.0.properties.tracking_events
Schemas with 'type: array', require a sibling 'items: ' field
Jump to line 6362
Solution seems to be just adding the items field to $ref a tracking_event object.
My question is why didn't our API spec linter catch the issue? Is editor.swagger.io wrong/out of date and this is not a semantic error as of openapi: 3.0.3?
The text was updated successfully, but these errors were encountered:
Versions
main
(Y/N)?: YesDescription
According the
editor.swagger.io
there is a semantic error on line6362
due to a missingitem
field that is required forarray
types.https://github.com/lob/lob-openapi/blob/main/dist/lob-api-bundled.yml#L6362-L6365
Steps to Reproduce:
Expected Behavior
The SwaggerUI should render without errors.
Screenshots
Additional Context (optional)
Solution seems to be just adding the
items
field to$ref
atracking_event
object.editor.swagger.io
wrong/out of date and this is not a semantic error as ofopenapi: 3.0.3
?The text was updated successfully, but these errors were encountered: