Tyk · JSON Structure

Tyk Gateway Extended Paths Set Structure

Type: object Properties: 26
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

advance_cache_config black_list cache circuit_breakers do_not_track_endpoints go_plugin hard_timeouts ignored internal method_transforms mock_response persist_graphql rate_limit size_limits track_endpoints transform transform_headers transform_jq transform_jq_response transform_response transform_response_headers url_rewrites validate_json validate_request virtual white_list

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ExtendedPathsSet",
  "type": "object",
  "properties": {
    "advance_cache_config": {
      "type": "array"
    },
    "black_list": {
      "type": "array"
    },
    "cache": {
      "type": "array"
    },
    "circuit_breakers": {
      "type": "array"
    },
    "do_not_track_endpoints": {
      "type": "array"
    },
    "go_plugin": {
      "type": "array"
    },
    "hard_timeouts": {
      "type": "array"
    },
    "ignored": {
      "type": "array"
    },
    "internal": {
      "type": "array"
    },
    "method_transforms": {
      "type": "array"
    },
    "mock_response": {
      "type": "array"
    },
    "persist_graphql": {
      "type": "array"
    },
    "rate_limit": {
      "type": "array"
    },
    "size_limits": {
      "type": "array"
    },
    "track_endpoints": {
      "type": "array"
    },
    "transform": {
      "type": "array"
    },
    "transform_headers": {
      "type": "array"
    },
    "transform_jq": {
      "type": "array"
    },
    "transform_jq_response": {
      "type": "array"
    },
    "transform_response": {
      "type": "array"
    },
    "transform_response_headers": {
      "type": "array"
    },
    "url_rewrites": {
      "type": "array"
    },
    "validate_json": {
      "type": "array"
    },
    "validate_request": {
      "type": "array"
    },
    "virtual": {
      "type": "array"
    },
    "white_list": {
      "type": "array"
    }
  }
}