Tyk · JSON Structure

Tyk Mdcb Node Structure

Type: object Properties: 6
API GatewayAPI ManagementGraphQLOpen Source

Node is a JSON Structure definition published by Tyk, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

node_id api_key group_id node_version ttl tags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}