changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "Deal details",
+ "properties": {
+ "add_time": {
+ "description": "Creation timestamp",
+ "type": "string"
+ },
+ "id": {
+ "description": "Deal ID",
+ "type": "number"
+ },
+ "organization_id": {
+ "description": "Associated organization ID",
+ "type": "number"
+ },
+ "owner_id": {
+ "description": "Deal owner ID",
+ "type": "number"
+ },
+ "person_id": {
+ "description": "Associated contact ID",
+ "type": "number"
+ },
+ "probability": {
+ "description": "Win probability percentage",
+ "type": "number"
+ },
+ "stage_id": {
+ "description": "Pipeline stage ID",
+ "type": "number"
+ },
+ "status": {
+ "description": "Deal status",
+ "type": "string"
+ },
+ "title": {
+ "description": "Deal title",
+ "type": "string"
+ },
+ "update_time": {
+ "description": "Last update timestamp",
+ "type": "string"
+ },
+ "value": {
+ "description": "Deal value",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "success": {
+ "description": "Whether the request succeeded",
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+}