Tyk · Schema

ComponentStatus

API GatewayAPI ManagementGraphQLOpen Source

Properties

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

JSON Schema

tyk-mdcb-component-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ComponentStatus",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "componentType": {
      "type": "string"
    },
    "time": {
      "type": "string"
    }
  }
}