Skip to content
Snippets Groups Projects
userChallengeData.json 594 B
Newer Older
Hugo NOUTS's avatar
Hugo NOUTS committed
[
  {
    "startingDate": "0001-01-01T00:00:00.000Z",
    "endingDate": "9999-01-01T00:00:00.000Z",
    "state": 0,
    "maxEnergy": -1,
    "currentEnergy": -1,
    "relationships": {
      "challengeType": {
        "data": {
          "_id": "CHA00000001",
          "_type": "io.ecolyo.challengetype"
        }
      },
      "selectedEcogestures": {
        "data": [
          {
            "_id": "0085",
            "_type": "io.ecolyo.ecogesture"
          },
          {
            "_id": "0092",
            "_type": "io.ecolyo.ecogesture"
          }
        ]
      }
    }
  }
]