{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "VaultHooks", "type": "object", "properties": { "hookedOperations": { "$ref": "#/components/schemas/VaultHookedOperations" }, "hookTarget": { "type": "string" } } }