Tyk · Schema

TraceHttpRequest

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
body string
method string
path string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-trace-http-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TraceHttpRequest",
  "type": "object",
  "properties": {
    "body": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    }
  }
}