Android · JSON Structure

Google Play Developer Money Structure

Type: object Properties: 3
AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

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

Properties

currencyCode units nanos

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Money",
  "type": "object",
  "properties": {
    "currencyCode": {
      "type": "string"
    },
    "units": {
      "type": "string"
    },
    "nanos": {
      "type": "integer"
    }
  }
}