Tyk · Schema

EndpointMethodMeta

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
action string
code integer
data string
headers object
View JSON Schema on GitHub

JSON Schema

tyk-gateway-endpoint-method-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EndpointMethodMeta",
  "type": "object",
  "properties": {
    "action": {
      "type": "string"
    },
    "code": {
      "type": "integer"
    },
    "data": {
      "type": "string"
    },
    "headers": {
      "type": "object"
    }
  }
}