Skip to content

Commit

Permalink
fix: invalid JSON in v3.1 schema (#2725)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme authored Sep 24, 2021
1 parent 917d330 commit 424e706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/v3.1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@
}
},
"patternProperties": {
"^[1-5](?:[0-9]{2}|XX)$":
"^[1-5](?:[0-9]{2}|XX)$": {
"$ref": "#/$defs/response-or-reference"
}
},
Expand Down

0 comments on commit 424e706

Please sign in to comment.