Tyk · Schema

Stats

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
apis_count integer
policies_count integer
View JSON Schema on GitHub

JSON Schema

tyk-mdcb-stats-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Stats",
  "type": "object",
  "properties": {
    "apis_count": {
      "type": "integer"
    },
    "policies_count": {
      "type": "integer"
    }
  }
}