The changes to the comment.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/webhooks_changes", "title": "webhooks_changes", "description": "The changes to the comment.", "type": "object", "properties": { "body": { "type": "object", "properties": { "from": { "description": "The previous version of the body.", "type": "string" } }, "required": [ "from" ] } } }