Tyk · JSON Structure

Tyk Gateway Version Definition Structure

Type: object Properties: 10
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

default enabled fallback_to_default key location name strip_path strip_versioning_data url_versioning_pattern versions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VersionDefinition",
  "type": "object",
  "properties": {
    "default": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "fallback_to_default": {
      "type": "boolean"
    },
    "key": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "strip_path": {
      "type": "boolean"
    },
    "strip_versioning_data": {
      "type": "boolean"
    },
    "url_versioning_pattern": {
      "type": "string"
    },
    "versions": {
      "type": "object"
    }
  }
}