Tyk · JSON Structure

Tyk Gateway Trace Response Structure

Type: object Properties: 3
API GatewayAPI ManagementGraphQLOpen Source

TraceResponse 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

logs message response

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TraceResponse",
  "type": "object",
  "properties": {
    "logs": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "response": {
      "type": "string"
    }
  }
}