Tyk · Schema

HostDetails

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
Hostname string
PID integer
Address string
View JSON Schema on GitHub

JSON Schema

tyk-mdcb-host-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HostDetails",
  "type": "object",
  "properties": {
    "Hostname": {
      "type": "string"
    },
    "PID": {
      "type": "integer"
    },
    "Address": {
      "type": "string"
    }
  }
}