Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Jul 21, 2022
1 parent 8dc2ecf commit 0934def
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .schema/openapi/patches/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
responses:
'200':
content:
application/json:
'application/json':
schema:
"$ref": "#/components/schemas/healthStatus"
description: {{.ProjectHumanName}} is ready to accept connections.
'500':
content:
application/json:
'application/json':
schema:
"$ref": "#/components/schemas/genericError"
description: genericError
Expand All @@ -44,7 +44,7 @@
responses:
'200':
content:
application/json:
'application/json':
schema:
type: object
properties:
Expand All @@ -54,7 +54,7 @@
description: {{.ProjectHumanName}} is ready to accept requests.
'503':
content:
application/json:
'application/json':
schema:
properties:
errors:
Expand Down Expand Up @@ -82,7 +82,7 @@
responses:
'200':
content:
application/json:
'application/json':
schema:
type: object
properties:
Expand Down

0 comments on commit 0934def

Please sign in to comment.