{
"id": 1,
"user": {
"id": 1,
"username": "john_doe"
},
"status": "IN_PROGRESS",
"score": 100,
"code": "print('Hello, World!')",
"result": "Success",
"checker": {
"id": 1,
"displayName": "Default Python3 Checker",
"languageHighlightName": "python"
},
"createdAt": "2023-01-01T12:00:00Z",
"competitionsProblems": {
"id": 1,
"priority": 12,
"problem": {
"id": 1,
"name": "Sum of Two Numbers",
"description": "Calculate the sum of two integers.",
"inData": 1,
"outData": 3,
"examples": "Input: 1 2, Output: 3",
"public": true
},
"slug": "text"
}
}