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 9acd3db commit 085be94Copy full SHA for 085be94
schemas/v3.1/schema.json
@@ -770,7 +770,7 @@
770
}
771
},
772
"patternProperties": {
773
- "^[1-5][0-9X]{2}$": {
+ "^[1-5](?:[0-9]{2}|XX)$":
774
"$ref": "#/$defs/response-or-reference"
775
776
schemas/v3.1/schema.yaml
@@ -518,7 +518,7 @@ $defs:
518
default:
519
$ref: '#/$defs/response-or-reference'
520
patternProperties:
521
- '^[1-5][0-9X]{2}$':
+ '^[1-5](?:[0-9]{2}|XX)$':
522
523
$ref: '#/$defs/specification-extensions'
524
unevaluatedProperties: false
0 commit comments