Tyk · Schema

RequestDefinition

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
body string
headers object
method string
relative_url string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-request-definition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RequestDefinition",
  "type": "object",
  "properties": {
    "body": {
      "type": "string"
    },
    "headers": {
      "type": "object"
    },
    "method": {
      "type": "string"
    },
    "relative_url": {
      "type": "string"
    }
  }
}