Tyk · Schema

HealthCheckItem

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
componentId string
componentType string
output string
status string
time string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-health-check-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HealthCheckItem",
  "type": "object",
  "properties": {
    "componentId": {
      "type": "string"
    },
    "componentType": {
      "type": "string"
    },
    "output": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "time": {
      "type": "string"
    }
  }
}