Tyk · JSON Structure

Tyk Gateway Signature Config Structure

Type: object Properties: 8
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

algorithm allowed_clock_skew error_code error_message header param_name secret use_param

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SignatureConfig",
  "type": "object",
  "properties": {
    "algorithm": {
      "type": "string"
    },
    "allowed_clock_skew": {
      "type": "integer"
    },
    "error_code": {
      "type": "integer"
    },
    "error_message": {
      "type": "string"
    },
    "header": {
      "type": "string"
    },
    "param_name": {
      "type": "string"
    },
    "secret": {
      "type": "string"
    },
    "use_param": {
      "type": "boolean"
    }
  }
}