-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
As per https://spec.openapis.org/oas/v3.1.1.html#fixed-fields, there is an optional property named jsonSchemaDialect
.
On this one (and maybe others), one should be aware of the followings:
- it is optional and has a default
- should the library return the default value if not provided ?
- i think both should be possible (e.g. get vs get_or_default)
$schema
property in schema definitions is expected to match the jsonSchemaDialect unless a specific$schema
is provided:- again, should the library return the default value if not provided ?
- moreover, dialect/schema used impacts supported properties in schema struct: should the library report invalid schema definitions against the specified json schema definition used ?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed