Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  "userId": <string>"userId1",
  "demographics": {
    "height": {
      "id": "guid1",
      "multipleSelect": false,
      "values": [
        72.0
      ]
      "units": "m"
    },
    "race": {
      "id": "guid2",
      "multipleSelect": true,
      "values": [
        "Asian",
        "Native Hawaiian or Other Pacific Islander"
      ]
    }
  }
}

...