Tyk · JSON Structure

Tyk Gateway Versioning Structure

Type: object Properties: 9
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

default enabled fallbackToDefault key location name stripVersioningData urlVersioningPattern versions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Versioning",
  "type": "object",
  "properties": {
    "default": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "fallbackToDefault": {
      "type": "boolean"
    },
    "key": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "stripVersioningData": {
      "type": "boolean"
    },
    "urlVersioningPattern": {
      "type": "string"
    },
    "versions": {
      "type": "array"
    }
  }
}