Tyk · JSON Structure

Tyk Gateway Version Info Structure

Type: object Properties: 13
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

expires global_headers global_headers_disabled global_headers_remove global_response_headers global_response_headers_disabled global_response_headers_remove global_size_limit ignore_endpoint_case name override_target paths use_extended_paths

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

JSON Structure

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