Some checks failed
api-governance / spectral-lint (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled
oas-ci / oas-validate (push) Has been cancelled
SDK Publish & Sign / sdk-publish (push) Has been cancelled
Policy Lint & Smoke / policy-lint (push) Has been cancelled
Policy Simulation / policy-simulate (push) Has been cancelled
devportal-offline / build-offline (push) Has been cancelled
28 lines
617 B
YAML
28 lines
617 B
YAML
responses:
|
|
ErrorResponse:
|
|
description: Error envelope
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
required: [code, message]
|
|
properties:
|
|
code:
|
|
type: string
|
|
message:
|
|
type: string
|
|
traceId:
|
|
type: string
|
|
HealthResponse:
|
|
description: Health envelope
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
required: [status, service]
|
|
properties:
|
|
status:
|
|
type: string
|
|
service:
|
|
type: string
|