Skip to content

Commit

Permalink
chore: add order and is_active to rules engine requests (#213)
Browse files Browse the repository at this point in the history
* chore: add order and is_active to rules engine requests

* refactor: add limit to integer numbers
  • Loading branch information
PatrickMenoti authored Jun 13, 2024
1 parent bf32e82 commit bda7fbf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions edgeapplications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4281,6 +4281,13 @@ components:
properties:
name:
type: string
order:
format: int64
type: integer
maximum: 10000
minimum: 1
is_active:
type: boolean
description:
type: string
maxLength: 1000
Expand Down Expand Up @@ -4329,6 +4336,13 @@ components:
properties:
name:
type: string
order:
format: int64
type: integer
maximum: 10000
minimum: 1
is_active:
type: boolean
description:
type: string
maxLength: 1000
Expand Down Expand Up @@ -4377,6 +4391,13 @@ components:
properties:
name:
type: string
order:
format: int64
type: integer
maximum: 10000
minimum: 1
is_active:
type: boolean
description:
type: string
maxLength: 1000
Expand Down

0 comments on commit bda7fbf

Please sign in to comment.