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
I get
Error: POST /api/vehicles/allowedParameters references a model definition that does not have a title member.
I'm sure this has been asked before, but I have often wondered by dapperdox insists that I use the key "definitions" instead of "schemas" so if someone could explain that to me as well that would be wonderful :D
The text was updated successfully, but these errors were encountered:
Open API now supports oneOf, though only for schema objects, however dapper does not appear to support it even for schemas
OpenAPI 3.0:
https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/
When I mimic that format:
I get
Error: POST /api/vehicles/allowedParameters references a model definition that does not have a title member.
I'm sure this has been asked before, but I have often wondered by dapperdox insists that I use the key "definitions" instead of "schemas" so if someone could explain that to me as well that would be wonderful :D
The text was updated successfully, but these errors were encountered: