Tyk · Schema

VersionMeta

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
expirationDate string
id string
internal boolean
isDefaultVersion boolean
name string
versionName string
View JSON Schema on GitHub

JSON Schema

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