openapi-spec-validator
openapi-spec-validator copied to clipboard
validate component name
Component names aren't validated, e.g. if a model contains a /.
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#componentsObject
All the fixed fields declared above are objects that MUST use keys that match the regular expression:
^[a-zA-Z0-9\.\-_]+$.