{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AlertActionRequest", "title": "AlertActionRequest", "type": "object", "properties": { "user": { "type": "string", "description": "Display name of the request owner." }, "source": { "type": "string", "description": "Source of the action." }, "note": { "type": "string", "description": "Additional note to add with the action." } } }