MobileAPI.dev · JSON Structure

Mobileapi Maincamera Structure

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

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

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "MainCamera",
  "description": "Structure of the MobileAPI MainCamera resource as returned by the device-specifications API.",
  "type": "object",
  "required": [],
  "fields": [
    {
      "name": "id",
      "type": "integer",
      "description": "ID",
      "readOnly": true,
      "format": null
    },
    {
      "name": "modules",
      "type": "string",
      "description": "Camera modules/sensors (Single, Dual, Triple, Quad, etc.)",
      "readOnly": false,
      "format": null
    },
    {
      "name": "features",
      "type": "string",
      "description": "Camera features (LED flash, HDR, panorama, etc.)",
      "readOnly": false,
      "format": null
    },
    {
      "name": "video",
      "type": "string",
      "description": "Video recording capabilities",
      "readOnly": false,
      "format": null
    }
  ]
}