Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwelbm committed Aug 12, 2024
1 parent bdfe66a commit b7ee9a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion edgeapplications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4686,6 +4686,8 @@ components:
weight:
type: integer
format: int64
minimum: 1
maximum: 100
server_role:
type: string
maxLength: 10
Expand All @@ -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:
Expand Down

0 comments on commit b7ee9a5

Please sign in to comment.