changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "batchcomplete": {
+ "description": "Whether the query is complete",
+ "type": "boolean"
+ },
+ "query": {
+ "properties": {
+ "pages": {
+ "items": {
+ "properties": {
+ "imageinfo": {
+ "description": "Image information array",
+ "items": {
+ "properties": {
+ "extmetadata": {
+ "description": "Extended metadata (license, author, etc)",
+ "type": "object"
+ },
+ "height": {
+ "description": "Image height in pixels",
+ "type": "number"
+ },
+ "metadata": {
+ "description": "File metadata",
+ "type": "array"
+ },
+ "mime": {
+ "description": "File MIME type",
+ "type": "string"
+ },
+ "sha1": {
+ "description": "SHA1 hash of file",
+ "type": "string"
+ },
+ "size": {
+ "description": "File size in bytes",
+ "type": "number"
+ },
+ "thumbheight": {
+ "description": "Thumbnail height",
+ "type": "number"
+ },
+ "thumbmime": {
+ "description": "Thumbnail MIME type",
+ "type": "string"
+ },
+ "thumburl": {
+ "description": "Thumbnail URL",
+ "type": "string"
+ },
+ "thumbwidth": {
+ "description": "Thumbnail width",
+ "type": "number"
+ },
+ "timestamp": {
+ "description": "Upload or last edit timestamp",
+ "type": "string"
+ },
+ "url": {
+ "description": "Full file URL",
+ "type": "string"
+ },
+ "user": {
+ "description": "Uploader username",
+ "type": "string"
+ },
+ "userid": {
+ "description": "Uploader user ID",
+ "type": "number"
+ },
+ "width": {
+ "description": "Image width in pixels",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "missing": {
+ "description": "True if file not found",
+ "type": "boolean"
+ },
+ "ns": {
+ "description": "Namespace ID",
+ "type": "number"
+ },
+ "pageid": {
+ "description": "Page ID",
+ "type": "number"
+ },
+ "title": {
+ "description": "File title",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}