changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "page": {
+ "description": "Current page number",
+ "type": "integer"
+ },
+ "page_count": {
+ "description": "Total number of pages",
+ "type": "integer"
+ },
+ "page_size": {
+ "description": "Results per page",
+ "type": "integer"
+ },
+ "result_count": {
+ "description": "Total number of results available",
+ "type": "integer"
+ },
+ "results": {
+ "description": "Array of image results",
+ "items": {
+ "properties": {
+ "category": {
+ "description": "Image category",
+ "type": "string"
+ },
+ "creator": {
+ "description": "Image creator name",
+ "type": "string"
+ },
+ "creator_url": {
+ "description": "Creator profile URL",
+ "type": "string"
+ },
+ "filesize": {
+ "description": "File size in bytes",
+ "type": "integer"
+ },
+ "filetype": {
+ "description": "File format",
+ "type": "string"
+ },
+ "foreign_landing_url": {
+ "description": "Original source URL",
+ "type": "string"
+ },
+ "height": {
+ "description": "Image height in pixels",
+ "type": "integer"
+ },
+ "id": {
+ "description": "Image unique identifier",
+ "type": "string"
+ },
+ "license": {
+ "description": "License type",
+ "type": "string"
+ },
+ "license_url": {
+ "description": "License details URL",
+ "type": "string"
+ },
+ "license_version": {
+ "description": "License version",
+ "type": "string"
+ },
+ "provider": {
+ "description": "Source provider",
+ "type": "string"
+ },
+ "source": {
+ "description": "Source identifier",
+ "type": "string"
+ },
+ "tags": {
+ "description": "Associated tags",
+ "items": {
+ "properties": {
+ "accuracy": {
+ "description": "Tag accuracy score",
+ "type": "number"
+ },
+ "name": {
+ "description": "Tag name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "thumbnail": {
+ "description": "Thumbnail URL",
+ "type": "string"
+ },
+ "title": {
+ "description": "Image title",
+ "type": "string"
+ },
+ "url": {
+ "description": "Image URL",
+ "type": "string"
+ },
+ "width": {
+ "description": "Image width in pixels",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}