Tyk · Schema

HealthCheckResponse

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
description string
details object
output string
status string
version string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-health-check-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HealthCheckResponse",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "details": {
      "type": "object"
    },
    "output": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}