{
  "format": "ctfprofile-results/v1",
  "event": {
    "name": ""
  },
  "challenges": [
    {
      "id": "",
      "name": "",
      "category": "",
      "points": 0,
      "description": "",
      "author": ""
    }
  ],
  "teams": [
    {
      "id": "",
      "name": "",
      "ctfprofile_token": "",
      "score": 0,
      "rank": 0,
      "members": [
        {
          "id": "",
          "name": "",
          "ctfprofile_token": ""
        }
      ]
    }
  ],
  "players": [
    {
      "id": "",
      "name": "",
      "ctfprofile_token": "",
      "score": 0,
      "rank": 0
    }
  ],
  "solves": [
    {
      "id": "",
      "challenge_id": "",
      "team_id": "",
      "user_id": "",
      "timestamp": ""
    }
  ],
  "hints": [
    {
      "challenge_id": "",
      "user_id": "",
      "timestamp": ""
    }
  ],
  "opens": [
    {
      "challenge_id": "",
      "user_id": "",
      "timestamp": ""
    }
  ]
}