Tyk · Schema

AccessSpec

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
methods array
url string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-access-spec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AccessSpec",
  "type": "object",
  "properties": {
    "methods": {
      "type": "array"
    },
    "url": {
      "type": "string"
    }
  }
}