Tyk · Schema

VersionInfo

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
expires string
global_headers object
global_headers_disabled boolean
global_headers_remove array
global_response_headers object
global_response_headers_disabled boolean
global_response_headers_remove array
global_size_limit integer
ignore_endpoint_case boolean
name string
override_target string
paths object
use_extended_paths boolean
View JSON Schema on GitHub

JSON Schema

tyk-gateway-version-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VersionInfo",
  "type": "object",
  "properties": {
    "expires": {
      "type": "string"
    },
    "global_headers": {
      "type": "object"
    },
    "global_headers_disabled": {
      "type": "boolean"
    },
    "global_headers_remove": {
      "type": "array"
    },
    "global_response_headers": {
      "type": "object"
    },
    "global_response_headers_disabled": {
      "type": "boolean"
    },
    "global_response_headers_remove": {
      "type": "array"
    },
    "global_size_limit": {
      "type": "integer"
    },
    "ignore_endpoint_case": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "override_target": {
      "type": "string"
    },
    "paths": {
      "type": "object"
    },
    "use_extended_paths": {
      "type": "boolean"
    }
  }
}