Skip to content

Commit

Permalink
refactor: add limit to integer numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed Jun 13, 2024
1 parent a3d6427 commit b0973db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions edgeapplications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4284,6 +4284,8 @@ components:
order:
format: int64
type: integer
maximum: 10000
minimum: 1
is_active:
type: boolean
description:
Expand Down Expand Up @@ -4337,6 +4339,8 @@ components:
order:
format: int64
type: integer
maximum: 10000
minimum: 1
is_active:
type: boolean
description:
Expand Down Expand Up @@ -4390,6 +4394,8 @@ components:
order:
format: int64
type: integer
maximum: 10000
minimum: 1
is_active:
type: boolean
description:
Expand Down

0 comments on commit b0973db

Please sign in to comment.