Skip to content

Commit

Permalink
responses object keys pattern must be anchored
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Nov 20, 2018
1 parent e9de80f commit 99226cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/v3.0/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ definitions:
- $ref: '#/definitions/Response'
- $ref: '#/definitions/Reference'
patternProperties:
'[1-5](?:\d{2}|XX)':
'^[1-5](?:\d{2}|XX)$':
oneOf:
- $ref: '#/definitions/Response'
- $ref: '#/definitions/Reference'
Expand Down

0 comments on commit 99226cf

Please sign in to comment.