Tyk · JSON Structure

Tyk Gateway Validate Path Meta Structure

Type: object Properties: 6
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

disabled error_response_code method path schema schema_b64

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ValidatePathMeta",
  "type": "object",
  "properties": {
    "disabled": {
      "type": "boolean"
    },
    "error_response_code": {
      "type": "integer"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "schema": {
      "type": "object"
    },
    "schema_b64": {
      "type": "string"
    }
  }
}