Skip to content

Commit

Permalink
feat: Add limitExceeded field to required properties in openapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Aug 16, 2024
1 parent 8ac3bc4 commit c9c6fc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1897,6 +1897,7 @@ components:
$ref: '#/components/schemas/Reference'
required:
- list
- limitExceeded
- references

RoutesForAgencyResponse:
Expand Down Expand Up @@ -2218,6 +2219,7 @@ components:
$ref: '#/components/schemas/Reference'

required:
- limitExceeded
- list
- references

Expand Down Expand Up @@ -2268,6 +2270,7 @@ components:
references:
$ref: '#/components/schemas/Reference'
required:
- limitExceeded
- list
- references

Expand Down

0 comments on commit c9c6fc1

Please sign in to comment.