From b7ee9a53606aed10a27c9bc11306f1a114ba1782 Mon Sep 17 00:00:00 2001 From: maxwelbm Date: Mon, 12 Aug 2024 15:02:59 -0300 Subject: [PATCH] refactor: lint --- edgeapplications.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/edgeapplications.yaml b/edgeapplications.yaml index b6585c8..33b6929 100644 --- a/edgeapplications.yaml +++ b/edgeapplications.yaml @@ -4686,6 +4686,8 @@ components: weight: type: integer format: int64 + minimum: 1 + maximum: 100 server_role: type: string maxLength: 10 @@ -4704,9 +4706,10 @@ components: address: type: string weight: - nullable: true type: integer format: int64 + minimum: 1 + maximum: 100 server_role: type: string is_active: