MobileAPI.dev · JSON Structure

Mobileapi Body Structure

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

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

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Body",
  "description": "Structure of the MobileAPI Body resource as returned by the device-specifications API.",
  "type": "object",
  "required": [],
  "fields": [
    {
      "name": "id",
      "type": "integer",
      "description": "ID",
      "readOnly": true,
      "format": null
    },
    {
      "name": "dimensions",
      "type": "string",
      "description": "Device dimensions",
      "readOnly": false,
      "format": null
    },
    {
      "name": "weight",
      "type": "string",
      "description": "Device weight",
      "readOnly": false,
      "format": null
    },
    {
      "name": "build",
      "type": "string",
      "description": "Build materials and construction",
      "readOnly": false,
      "format": null
    },
    {
      "name": "sim",
      "type": "string",
      "description": "SIM card information",
      "readOnly": false,
      "format": null
    },
    {
      "name": "other",
      "type": "string",
      "description": "Other body specifications (IP rating, features, etc.)",
      "readOnly": false,
      "format": null
    }
  ]
}