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 d22f93e commit 8169648Copy full SHA for 8169648
schemas/v3.1/schema.json
@@ -774,7 +774,7 @@
774
}
775
},
776
"patternProperties": {
777
- "^[1-5][0-9X]{2}$": {
+ "^[1-5](?:[0-9][0-9]|XX)$": {
778
"$ref": "#/$defs/response-or-reference"
779
780
schemas/v3.1/schema.yaml
@@ -520,7 +520,7 @@ $defs:
520
default:
521
$ref: '#/$defs/response-or-reference'
522
patternProperties:
523
- '^[1-5][0-9X]{2}$':
+ '^[1-5](?:[0-9][0-9]|XX)$':
524
525
$ref: '#/$defs/specification-extensions'
526
unevaluatedProperties: false
0 commit comments