Tyk · JSON Structure

Tyk Gateway Version Meta Structure

Type: object Properties: 6
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

expirationDate id internal isDefaultVersion name versionName

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VersionMeta",
  "type": "object",
  "properties": {
    "expirationDate": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "internal": {
      "type": "boolean"
    },
    "isDefaultVersion": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "versionName": {
      "type": "string"
    }
  }
}