Tyk · Schema

LivenessStatus

API GatewayAPI ManagementGraphQLOpen Source

Properties

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

JSON Schema

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