{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ServiceConnectionRequest", "title": "ServiceConnectionRequest", "type": "object", "properties": { "triggerDetails": { "type": "object", "description": "AppServiceTriggerDetails from the background task" } } }