Skip to content

Commit

Permalink
fix(schema): add byte suffix to express limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Sep 20, 2020
1 parent 34a2990 commit 4f14a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ definitions:
$ref: "#/definitions/service-metadata"
limit:
type: string
pattern: "^\\d+[kmg]?$"
pattern: "^\\d+([kmg]b)?$"
listen:
type: object
properties:
Expand Down

0 comments on commit 4f14a09

Please sign in to comment.