-
Notifications
You must be signed in to change notification settings - Fork 46
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
Does not handle patternProperties #49
Comments
It is interesting it shows up in their examples because if you look at this page https://swagger.io/docs/specification/data-models/keywords/ it says that patternProperties is unsupported. Looking through the specification https://swagger.io/specification/#schema-object seems to support that it isn't supported by OpenAPI 3. |
Oh, you are right. What i tested was wrong. You can close. |
Thank you. |
Curiously the official docs make no mention of patternProperties The file you linked to (https://github.com/OAI/OpenAPI-Specification/tree/main/schemas/v3.0) is actually the schema for OpenAPI v3.0.x documents and note that it doesn't include
|
OpenApiV3 currently does not handle patternProperties.
See exemple from open api from GitHub : https://github.com/OAI/OpenAPI-Specification/tree/main/schemas/v3.0
This is standard JsonSchema: https://json-schema.org/understanding-json-schema/reference/object.html#patternproperties
Maybe i can help fix it.
The text was updated successfully, but these errors were encountered: