{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/ballerina/refs/heads/main/json-structure/central-api-trigger-structure.json", "name": "Trigger", "description": "An event trigger (listener) declared by a published package.", "type": "object", "properties": { "id": { "type": "int32" }, "name": { "type": "string" }, "displayName": { "type": "string" }, "moduleName": { "type": "string" }, "serviceTypes": { "type": [ "array", "null" ], "items": { "type": "object" } }, "listenerParams": { "type": [ "array", "null" ], "items": { "type": "object" } }, "displayAnnotation": { "type": "object" }, "package": { "$ref": "https://raw.githubusercontent.com/api-evangelist/ballerina/refs/heads/main/json-structure/central-api-package-structure.json" } } }