Tyk · JSON Structure

Tyk Gateway Hmac Structure

Type: object Properties: 3
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

allowedAlgorithms allowedClockSkew enabled

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HMAC",
  "type": "object",
  "properties": {
    "allowedAlgorithms": {
      "type": "array"
    },
    "allowedClockSkew": {
      "type": "number"
    },
    "enabled": {
      "type": "boolean"
    }
  }
}