{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WorkflowTrigger", "title": "WorkflowTrigger", "type": "object", "properties": { "type": { "type": "string", "enum": [ "when_term_creation_is_requested", "when_term_deletion_is_requested", "when_term_update_is_requested", "when_data_access_grant_is_requested", "when_asset_update_is_requested" ] }, "underGlossaryHierarchy": { "type": "string" }, "underCollection": { "type": "string" } } }