Tyk · Schema

VirtualEndpoint

API GatewayAPI ManagementGraphQLOpen-Source

Properties

Name Type Description
body string
enabled boolean
functionName string
name string
path string
proxyOnError boolean
requireSession boolean
View JSON Schema on GitHub

JSON Schema

tyk-gateway-virtual-endpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VirtualEndpoint",
  "type": "object",
  "properties": {
    "body": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "functionName": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "proxyOnError": {
      "type": "boolean"
    },
    "requireSession": {
      "type": "boolean"
    }
  }
}