changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "paging": {
+ "description": "Pagination information",
+ "properties": {
+ "next": {
+ "properties": {
+ "after": {
+ "description": "Cursor for next page",
+ "type": "string"
+ },
+ "link": {
+ "description": "Next page link",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "results": {
+ "description": "Array of company objects",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Company ID",
+ "type": "string"
+ },
+ "properties": {
+ "description": "Company properties (name, domain, industry, etc.)",
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}