Tyk · Schema

ValidateRequestMeta

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
enabled boolean
error_response_code integer
method string
path string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-validate-request-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ValidateRequestMeta",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "error_response_code": {
      "type": "integer"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    }
  }
}