Android · Schema

DeveloperComment

A reply from the developer to a user review.

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Properties

Name Type Description
text string The text content of the developer reply.
View JSON Schema on GitHub

JSON Schema

google-play-developer-developer-comment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeveloperComment",
  "type": "object",
  "description": "A reply from the developer to a user review.",
  "properties": {
    "text": {
      "type": "string",
      "description": "The text content of the developer reply."
    }
  }
}