{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/hookType", "title": "hookType", "type": "object", "properties": { "name": { "type": "string" }, "events": { "type": "array", "items": { "type": "string" } }, "fields": { "type": "array", "items": { "type": "object", "properties": {} } } } }