Skip to content

Commit

Permalink
ajust for OpenAPI lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorAEltz committed Jan 5, 2024
1 parent 2b2bd82 commit a107afd
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions edgeapplications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4666,10 +4666,10 @@ components:
type: object
CreateOriginsRequest_addresses:
example:
address: address
address: azion.com.br
is_active: true
weight: weight
server_role: server_role
weight: 10
server_role: primary
properties:
address:
type: string
Expand All @@ -4681,15 +4681,18 @@ components:
format: int64
server_role:
type: string
maxLength: 10
minLength: 1
pattern: '^(primary|backup)$'
required:
- address
type: object
OriginsResultResponse_addresses:
example:
address: address
address: azion.com.br
is_active: true
weight: weight
server_role: server_role
weight: 10
server_role: primary
properties:
address:
type: string
Expand All @@ -4698,6 +4701,9 @@ components:
type: integer
server_role:
type: string
maxLength: 10
minLength: 1
pattern: '^(primary|backup)$'
is_active:
type: boolean
required:
Expand Down

0 comments on commit a107afd

Please sign in to comment.