MobileAPI.dev · JSON Structure

Mobileapi Display Structure

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

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

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Display",
  "description": "Structure of the MobileAPI Display resource as returned by the device-specifications API.",
  "type": "object",
  "required": [],
  "fields": [
    {
      "name": "id",
      "type": "integer",
      "description": "ID",
      "readOnly": true,
      "format": null
    },
    {
      "name": "type",
      "type": "string",
      "description": "Display type (OLED, LCD, etc.) and features",
      "readOnly": false,
      "format": null
    },
    {
      "name": "size",
      "type": "string",
      "description": "Screen size",
      "readOnly": false,
      "format": null
    },
    {
      "name": "resolution",
      "type": "string",
      "description": "Screen resolution",
      "readOnly": false,
      "format": null
    },
    {
      "name": "protection",
      "type": "string",
      "description": "Screen protection (Gorilla Glass, etc.)",
      "readOnly": false,
      "format": null
    },
    {
      "name": "other",
      "type": "string",
      "description": "Other display features",
      "readOnly": false,
      "format": null
    }
  ]
}