Tyk · Schema

EndPointMeta

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
disabled boolean
ignore_case boolean
method string
method_actions object
path string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-end-point-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EndPointMeta",
  "type": "object",
  "properties": {
    "disabled": {
      "type": "boolean"
    },
    "ignore_case": {
      "type": "boolean"
    },
    "method": {
      "type": "string"
    },
    "method_actions": {
      "type": "object"
    },
    "path": {
      "type": "string"
    }
  }
}