Skip to content

Commit

Permalink
openapi.yaml availability: added type object and properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bakhterets committed Nov 28, 2024
1 parent 647d1b9 commit 4eca7cf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,12 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/ComponentAvailability'
type: object
properties:
data:
type: array
items:
$ref: '#/components/schemas/ComponentAvailability'
/v2/incidents:
get:
summary: Get all incidents.
Expand Down

0 comments on commit 4eca7cf

Please sign in to comment.