Tyk · Schema

Node

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
node_id string
api_key string
group_id string
node_version string
ttl integer
tags array
View JSON Schema on GitHub

JSON Schema

tyk-mdcb-node-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Node",
  "type": "object",
  "properties": {
    "node_id": {
      "type": "string"
    },
    "api_key": {
      "type": "string"
    },
    "group_id": {
      "type": "string"
    },
    "node_version": {
      "type": "string"
    },
    "ttl": {
      "type": "integer"
    },
    "tags": {
      "type": "array"
    }
  }
}