xapi-data 1.0.0-rc.1

Rust bindings for the Experience API (xAPI) data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "objectType": "SubStatement",
    "actor": {
        "objectType": "Agent",
        "mbox": "mailto:agent@example.com"
    },
    "verb": {
        "id": "http://example.com/confirmed",
        "display": {
            "en": "confirmed"
        }
    },
    "object": {
        "objectType": "StatementRef",
        "id": "9e13cefd-53d3-4eac-b5ed-2cf6693903bb"
    }
}