Tyk · JSON Structure

Tyk Gateway Virtual Meta Structure

Type: object Properties: 8
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

disabled function_source_type function_source_uri method path proxy_on_error response_function_name use_session

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}