Android · JSON Structure

Google Play Developer Device Metadata Structure

Type: object Properties: 11
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

DeviceMetadata is a JSON Structure definition published by Android, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

manufacturer deviceClass screenWidthPx screenHeightPx nativePlatform productName screenDensityDpi glEsVersion cpuModel cpuMake ramMb

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeviceMetadata",
  "type": "object",
  "properties": {
    "manufacturer": {
      "type": "string"
    },
    "deviceClass": {
      "type": "string"
    },
    "screenWidthPx": {
      "type": "integer"
    },
    "screenHeightPx": {
      "type": "integer"
    },
    "nativePlatform": {
      "type": "string"
    },
    "productName": {
      "type": "string"
    },
    "screenDensityDpi": {
      "type": "integer"
    },
    "glEsVersion": {
      "type": "integer"
    },
    "cpuModel": {
      "type": "string"
    },
    "cpuMake": {
      "type": "string"
    },
    "ramMb": {
      "type": "integer"
    }
  }
}