Tyk · JSON Structure

Tyk Gateway Endpoint Method Meta Structure

Type: object Properties: 4
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

action code data headers

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EndpointMethodMeta",
  "type": "object",
  "properties": {
    "action": {
      "type": "string"
    },
    "code": {
      "type": "integer"
    },
    "data": {
      "type": "string"
    },
    "headers": {
      "type": "object"
    }
  }
}