Tyk · JSON Structure

Tyk Gateway Health Check Response Structure

Type: object Properties: 5
API GatewayAPI ManagementGraphQLOpen Source

HealthCheckResponse is a JSON Structure definition published by Tyk, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

description details output status version

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HealthCheckResponse",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "details": {
      "type": "object"
    },
    "output": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}