[registration] Remove type of string from Hooks in extension.schema.v1.json
[lhc/web/wiklou.git] / docs / extension.schema.v1.json
index 0763e7d..4e489cc 100644 (file)
                        "type": "object"
                },
                "Hooks": {
-                       "type": [ "string", "object" ],
+                       "type": "object",
                        "description": "Hooks this extension uses (mapping of hook name to callback)"
                },
                "JobClasses": {