Skip to content

Commit

Permalink
Add minimum and maximum value for dscp array
Browse files Browse the repository at this point in the history
Co-authored-by: Randy Levensalor <[email protected]>
  • Loading branch information
benhepworth and RandyLevensalor authored Dec 11, 2024
1 parent c2a101f commit 1c184aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/API_definitions/qos-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ components:
type: array
items:
type: integer
minimum: 0
maximum: 63
example: 3
minItems: 0
maxItems: 64
description: A list of unique DSCP values from 0-63
Expand Down

0 comments on commit 1c184aa

Please sign in to comment.