Tyk · Schema

VirtualMeta

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
disabled boolean
function_source_type string
function_source_uri string
method string
path string
proxy_on_error boolean
response_function_name string
use_session boolean
View JSON Schema on GitHub

JSON Schema

tyk-gateway-virtual-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VirtualMeta",
  "type": "object",
  "properties": {
    "disabled": {
      "type": "boolean"
    },
    "function_source_type": {
      "type": "string"
    },
    "function_source_uri": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "proxy_on_error": {
      "type": "boolean"
    },
    "response_function_name": {
      "type": "string"
    },
    "use_session": {
      "type": "boolean"
    }
  }
}