Tyk · Schema

ReadinessFailure

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
status string
status_code integer
components array
View JSON Schema on GitHub

JSON Schema

tyk-mdcb-readiness-failure-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReadinessFailure",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "status_code": {
      "type": "integer"
    },
    "components": {
      "type": "array"
    }
  }
}