Tyk · JSON Structure

Tyk Gateway Validate Request Meta Structure

Type: object Properties: 4
API GatewayAPI ManagementGraphQLOpen Source

ValidateRequestMeta 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

enabled error_response_code 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": "ValidateRequestMeta",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "error_response_code": {
      "type": "integer"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    }
  }
}