{ "name": "Image", "description": "Structure of the MobileAPI Image resource as returned by the device-specifications API.", "type": "object", "required": [], "fields": [ { "name": "id", "type": "integer", "description": "ID", "readOnly": true, "format": null }, { "name": "image_url", "type": "string", "description": "Image url", "readOnly": true, "format": null }, { "name": "caption", "type": "string", "description": "Image caption/description", "readOnly": false, "format": null }, { "name": "is_official", "type": "boolean", "description": "Is this an official product image?", "readOnly": false, "format": null }, { "name": "order", "type": "integer", "description": "Display order", "readOnly": false, "format": null } ] }