MobileAPI.dev · JSON Structure

Mobileapi Image Structure

Structure of the MobileAPI Image resource as returned by the device-specifications API.

Type: object Properties: 0
Data APIDeveloper ToolsDevice SpecificationsMobile DataPhone SpecsREST APISaaS

Image is a JSON Structure definition published by MobileAPI.dev.

Meta-schema:

JSON Structure

Raw ↑
{
  "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
    }
  ]
}