MobileAPI.dev · JSON Structure

Mobileapi Memory Structure

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

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

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Memory",
  "description": "Structure of the MobileAPI Memory resource as returned by the device-specifications API.",
  "type": "object",
  "required": [],
  "fields": [
    {
      "name": "id",
      "type": "integer",
      "description": "ID",
      "readOnly": true,
      "format": null
    },
    {
      "name": "card_slot",
      "type": "string",
      "description": "Memory card slot information",
      "readOnly": false,
      "format": null
    },
    {
      "name": "internal",
      "type": "string",
      "description": "Internal storage and RAM options",
      "readOnly": false,
      "format": null
    },
    {
      "name": "other",
      "type": "string",
      "description": "Other memory specifications (NVMe, UFS, etc.)",
      "readOnly": false,
      "format": null
    }
  ]
}