Tyk · JSON Structure

Tyk Gateway Trace Http Request Structure

Type: object Properties: 3
API GatewayAPI ManagementGraphQLOpen Source

TraceHttpRequest is a JSON Structure definition published by Tyk, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

body method path

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TraceHttpRequest",
  "type": "object",
  "properties": {
    "body": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    }
  }
}