We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c012298 commit f1edd25Copy full SHA for f1edd25
src/schemas/validation/schema.yaml
@@ -193,7 +193,7 @@ $defs:
193
additionalProperties:
194
$ref: '#/$defs/path-item'
195
patternProperties:
196
- '^(schemas|responses|parameters|examples|requestBodies|headers|securitySchemes|links|callbacks|pathItems)$':
+ '^(?:schemas|responses|parameters|examples|requestBodies|headers|securitySchemes|links|callbacks|pathItems)$':
197
$comment: Enumerating all of the property names in the regex above is necessary for unevaluatedProperties to work as expected
198
propertyNames:
199
pattern: '^[a-zA-Z0-9._-]+$'
0 commit comments