Tyk · JSON Structure

Tyk Gateway Health Check Item Structure

Type: object Properties: 5
API GatewayAPI ManagementGraphQLOpen Source

HealthCheckItem 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

componentId componentType output status time

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HealthCheckItem",
  "type": "object",
  "properties": {
    "componentId": {
      "type": "string"
    },
    "componentType": {
      "type": "string"
    },
    "output": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "time": {
      "type": "string"
    }
  }
}