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