Tyk · JSON Structure

Tyk Gateway Domain Structure

Type: object Properties: 3
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

certificates enabled name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Domain",
  "type": "object",
  "properties": {
    "certificates": {
      "type": "array"
    },
    "enabled": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    }
  }
}