Tyk · Schema

Info

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
dbId string
expiration string
id string
name string
orgId string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Info",
  "type": "object",
  "properties": {
    "dbId": {
      "type": "string"
    },
    "expiration": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "orgId": {
      "type": "string"
    }
  }
}