{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/PriceAlertMutationResponse.json", "title": "PriceAlertMutationResponse", "type": "object", "description": "Response for price alert create and update operations", "properties": { "success": { "type": "boolean", "description": "Indicates the operation completed successfully", "example": true }, "data": { "$ref": "#/components/schemas/PriceAlert" } } }