Tyk · JSON Structure

Tyk Gateway Request Signing Meta Structure

Type: object Properties: 7
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

algorithm certificate_id header_list is_enabled key_id secret signature_header

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RequestSigningMeta",
  "type": "object",
  "properties": {
    "algorithm": {
      "type": "string"
    },
    "certificate_id": {
      "type": "string"
    },
    "header_list": {
      "type": "array"
    },
    "is_enabled": {
      "type": "boolean"
    },
    "key_id": {
      "type": "string"
    },
    "secret": {
      "type": "string"
    },
    "signature_header": {
      "type": "string"
    }
  }
}