{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/DiscussionUpdateRequest.json", "title": "DiscussionUpdateRequest", "type": "object", "description": "Request body for updating a post. Owner is derived from the auth token \u2014 do not supply it.", "properties": { "message": { "type": "string", "description": "Updated text content", "example": "Updating my view on $TSLA \u2014 still bullish but watching earnings closely." }, "attachments": { "$ref": "#/components/schemas/Attachments" } } }