Tyk · JSON Structure

Tyk Gateway Request Definition Structure

Type: object Properties: 4
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

body headers method relative_url

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

JSON Structure

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