openapi_parser
openapi_parser copied to clipboard
Support maxProperties and minProperties
https://swagger.io/docs/specification/data-models/data-types/
The minProperties and maxProperties keywords let you restrict the number of properties allowed in an object. This can be useful when using additionalProperties or free-form objects.
I need the functionality in this PR. It's approaching 2 years old and could use some rebasing. Would the maintainers be open to merging if I did the work of rebasing it?