{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetHookSecretResponseContent", "title": "GetHookSecretResponseContent", "type": "object", "description": "Hashmap of key-value pairs where the value must be a string.", "additionalProperties": { "type": "string" }, "minProperties": 1, "maxProperties": 20 }