MobileAPI.dev · JSON Structure

Mobileapi Selfiecamera Structure

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

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

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "SelfieCamera",
  "description": "Structure of the MobileAPI SelfieCamera 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": "Front camera modules/sensors (Single, Dual, etc.)",
      "readOnly": false,
      "format": null
    },
    {
      "name": "features",
      "type": "string",
      "description": "Front camera features (HDR, face unlock, etc.)",
      "readOnly": false,
      "format": null
    },
    {
      "name": "video",
      "type": "string",
      "description": "Front camera video recording capabilities",
      "readOnly": false,
      "format": null
    }
  ]
}