{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HookDependencies", "title": "HookDependencies", "type": "object", "description": "Dependencies of this hook used by webtask server.", "additionalProperties": { "type": "string" } }