-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenAPI 3.1.0 support: add support for rendering OpenAPI.jsonSchemaDialect field #8491
Comments
We will render the field if author defined it and we want to display warning if the field has value different than the default one. We want to mention that author should either remove the field or provide the field with the value that equals to default. |
|
If the |
We can render OpenAPI.jsonSchemaDialect value as part of
Info
component. We can also display a warning if OpenAPI.jsonSchemaDialect is defined and it's value is different fromhttps://spec.openapis.org/oas/3.1/dialect/base
. When this is the case, ApiDOM will not handle the structures as JSON Schema Objects.The text was updated successfully, but these errors were encountered: