Android · JSON Structure

Google Play Developer Developer Comment Structure

Type: object Properties: 1
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

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

Properties

text

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeveloperComment",
  "type": "object",
  "properties": {
    "text": {
      "type": "string"
    }
  }
}