MobileAPI.dev · JSON Structure

Mobileapi Misc Structure

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

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

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Misc",
  "description": "Structure of the MobileAPI Misc resource as returned by the device-specifications API.",
  "type": "object",
  "required": [],
  "fields": [
    {
      "name": "id",
      "type": "integer",
      "description": "ID",
      "readOnly": true,
      "format": null
    },
    {
      "name": "model_numbers",
      "type": "string",
      "description": "Model numbers/variants",
      "readOnly": false,
      "format": null
    },
    {
      "name": "sar_us",
      "type": "string",
      "description": "SAR value (US)",
      "readOnly": false,
      "format": null
    },
    {
      "name": "sar_eu",
      "type": "string",
      "description": "SAR value (EU)",
      "readOnly": false,
      "format": null
    },
    {
      "name": "price",
      "type": "string",
      "description": "Price information",
      "readOnly": false,
      "format": null
    }
  ]
}