Tyk · JSON Structure

Tyk Gateway Method Transform Meta Structure

Type: object Properties: 4
API GatewayAPI ManagementGraphQLOpen Source

MethodTransformMeta 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

disabled method path to_method

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MethodTransformMeta",
  "type": "object",
  "properties": {
    "disabled": {
      "type": "boolean"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "to_method": {
      "type": "string"
    }
  }
}