Final standing

Introduction

Toornament allows you to define the final standing of your tournaments.

The standing is compose of a set of standing item, represent this way :

[
   {
        "id": "378426939508809728",
        "position": 4,
        "rank": 3,
        "participant": {
            "id": "375143143408309123",
            "name": "Jon Snow",
            "custom_user_identifier": "acme:account:1234"
        },
        "tournament_id": "378426939508809728"
    }
    ...
]