changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "Search results grouped by item type",
+ "properties": {
+ "deals": {
+ "description": "Matching deals",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Deal ID",
+ "type": "number"
+ },
+ "title": {
+ "description": "Deal title",
+ "type": "string"
+ },
+ "value": {
+ "description": "Deal value",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "files": {
+ "description": "Matching files",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "File ID",
+ "type": "number"
+ },
+ "name": {
+ "description": "File name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "organizations": {
+ "description": "Matching organizations",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Organization ID",
+ "type": "number"
+ },
+ "name": {
+ "description": "Organization name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "persons": {
+ "description": "Matching contacts",
+ "items": {
+ "properties": {
+ "email": {
+ "description": "Email address",
+ "type": "string"
+ },
+ "id": {
+ "description": "Contact ID",
+ "type": "number"
+ },
+ "name": {
+ "description": "Contact name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "products": {
+ "description": "Matching products",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Product ID",
+ "type": "number"
+ },
+ "name": {
+ "description": "Product name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "success": {
+ "description": "Whether the request succeeded",
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+}