MobileAPI.dev · JSON Structure

Mobileapi Manufacturer Structure

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

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

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Manufacturer",
  "description": "Structure of the MobileAPI Manufacturer resource as returned by the device-specifications API.",
  "type": "object",
  "required": [
    "name"
  ],
  "fields": [
    {
      "name": "id",
      "type": "integer",
      "description": "ID",
      "readOnly": true,
      "format": null
    },
    {
      "name": "name",
      "type": "string",
      "description": "Name",
      "readOnly": false,
      "format": null
    },
    {
      "name": "logo_b64",
      "type": "string",
      "description": "Logo b64",
      "readOnly": true,
      "format": null
    },
    {
      "name": "website_url",
      "type": "string",
      "description": "Manufacturer official website URL",
      "readOnly": false,
      "format": "uri"
    }
  ]
}