Tyk · Schema

MethodTransformMeta

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
disabled boolean
method string
path string
to_method string
View JSON Schema on GitHub

JSON Schema

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