{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/resend_response", "title": "resend_response", "properties": { "body": { "description": "response of the event notification", "example": "usertransition response", "type": "string" } }, "type": "object" }