changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "List of ad accounts",
+ "items": {
+ "properties": {
+ "account_status": {
+ "description": "Account status code",
+ "type": "number"
+ },
+ "balance": {
+ "description": "Account balance",
+ "type": "number"
+ },
+ "currency": {
+ "description": "Account currency",
+ "type": "string"
+ },
+ "id": {
+ "description": "Ad account ID",
+ "type": "string"
+ },
+ "name": {
+ "description": "Account name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "error": {
+ "description": "Error code if connection failed",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message if connection failed",
+ "type": "string"
+ },
+ "paging": {
+ "description": "Pagination info",
+ "properties": {
+ "cursors": {
+ "type": "object"
+ },
+ "next": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}