Tyk · JSON Structure

Tyk Gateway Info Structure

Type: object Properties: 5
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

dbId expiration id name orgId

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

JSON Structure

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