{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.espocrm.com/schema/metadata/app/hook.json", "title": "app/hook", "description": "Definitions for the Hook framework.", "type": "object", "properties": { "suppressClassNameList": { "type": "array", "description": "A list of hook classes that should be ignored. Provides the ability to disable built-in hooks.", "items": { "type": "string" } } } }