Tyk · Schema

Upstream

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
url string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-upstream-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Upstream",
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    }
  }
}