{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AskHooksResponse", "type": "object", "required": [ "hooks" ], "properties": { "hooks": { "type": "array", "items": { "type": "string" } } } }