changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "List of companies",
+ "items": {
+ "properties": {
+ "custom_attributes": {
+ "description": "Custom company attributes",
+ "type": "object"
+ },
+ "employee_count": {
+ "description": "Number of employees",
+ "type": "number"
+ },
+ "id": {
+ "description": "Company ID",
+ "type": "string"
+ },
+ "name": {
+ "description": "Company name",
+ "type": "string"
+ },
+ "website": {
+ "description": "Company website URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "error": {
+ "description": "Error code if connection required",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message if connection required",
+ "type": "string"
+ },
+ "pages": {
+ "description": "Pagination metadata",
+ "type": "object"
+ }
+ },
+ "type": "object"
+}