Tyk · Schema

ComponentReadiness

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
name string
status string
observation_ts string
View JSON Schema on GitHub

JSON Schema

tyk-mdcb-component-readiness-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ComponentReadiness",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "observation_ts": {
      "type": "string"
    }
  }
}