From b0973dba9a097b1b09b7c1cec8cf00f37e3d0d4d Mon Sep 17 00:00:00 2001 From: PatrickMenoti <82882574+PatrickMenoti@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:12:09 -0300 Subject: [PATCH] refactor: add limit to integer numbers --- edgeapplications.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/edgeapplications.yaml b/edgeapplications.yaml index 7d3270b..38b161d 100644 --- a/edgeapplications.yaml +++ b/edgeapplications.yaml @@ -4284,6 +4284,8 @@ components: order: format: int64 type: integer + maximum: 10000 + minimum: 1 is_active: type: boolean description: @@ -4337,6 +4339,8 @@ components: order: format: int64 type: integer + maximum: 10000 + minimum: 1 is_active: type: boolean description: @@ -4390,6 +4394,8 @@ components: order: format: int64 type: integer + maximum: 10000 + minimum: 1 is_active: type: boolean description: