Statement Validator
Use this tool to test a JSON object for conformance to the xAPI spec. Write or paste a JSON object below, then click "Validate".
{
"actor": {
"objectType": "Agent",
"name": "Joe Student",
"account": {
"homePage": "https://lrs.veracity.it",
"name": "66982435-3962-4ce4-9092-7298675309eb"
}
},
"verb": {
"id": "http://adlnet.gov/expapi/verbs/answered",
"display": {
"en-US": "answered"
}
},
"object": {
"id": "http://adlnet.gov/expapi/activities/example",
"definition": {
"name": {
"en-US": "Example Activity"
},
"description": {
"en-US": "Example activity description"
}
},
"objectType": "Activity"
}
}
Validate