changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "Array of categories",
+ "items": {
+ "properties": {
+ "link": {
+ "description": "Category link",
+ "type": "string"
+ },
+ "metadata": {
+ "description": "Additional metadata",
+ "type": "object"
+ },
+ "name": {
+ "description": "Category name",
+ "type": "string"
+ },
+ "pictures": {
+ "description": "Category picture data",
+ "type": "object"
+ },
+ "slug": {
+ "description": "Category slug",
+ "type": "string"
+ },
+ "uri": {
+ "description": "Category URI",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "page": {
+ "description": "Current page",
+ "type": "number"
+ },
+ "paging": {
+ "description": "Pagination links",
+ "type": "object"
+ },
+ "per_page": {
+ "description": "Items per page",
+ "type": "number"
+ },
+ "total": {
+ "description": "Total categories",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}