Update croissant.metadata.json
Browse files- croissant.metadata.json +7 -7
croissant.metadata.json
CHANGED
|
@@ -33,32 +33,32 @@
|
|
| 33 |
{
|
| 34 |
"name": "logId",
|
| 35 |
"description": "Log ID for the recorded interaction",
|
| 36 |
-
"datatype": "
|
| 37 |
},
|
| 38 |
{
|
| 39 |
"name": "userId",
|
| 40 |
"description": "Unique identifier for the user",
|
| 41 |
-
"datatype": "
|
| 42 |
},
|
| 43 |
{
|
| 44 |
"name": "taskId",
|
| 45 |
-
"description": "
|
| 46 |
-
"datatype": "string"
|
| 47 |
},
|
| 48 |
{
|
| 49 |
"name": "actionSequence",
|
| 50 |
"description": "JSON-encoded list of user actions during task solving",
|
| 51 |
-
"datatype": "string"
|
| 52 |
},
|
| 53 |
{
|
| 54 |
"name": "startedAt",
|
| 55 |
"description": "Timestamp of when the user started the task",
|
| 56 |
-
"datatype": "
|
| 57 |
},
|
| 58 |
{
|
| 59 |
"name": "endedAt",
|
| 60 |
"description": "Timestamp of when the user ended the task",
|
| 61 |
-
"datatype": "
|
| 62 |
}
|
| 63 |
]
|
| 64 |
}
|
|
|
|
| 33 |
{
|
| 34 |
"name": "logId",
|
| 35 |
"description": "Log ID for the recorded interaction",
|
| 36 |
+
"datatype": "xsd:integer"
|
| 37 |
},
|
| 38 |
{
|
| 39 |
"name": "userId",
|
| 40 |
"description": "Unique identifier for the user",
|
| 41 |
+
"datatype": "xsd:integer"
|
| 42 |
},
|
| 43 |
{
|
| 44 |
"name": "taskId",
|
| 45 |
+
"description": "8-character hash identifier for the ARC task",
|
| 46 |
+
"datatype": "xsd:string"
|
| 47 |
},
|
| 48 |
{
|
| 49 |
"name": "actionSequence",
|
| 50 |
"description": "JSON-encoded list of user actions during task solving",
|
| 51 |
+
"datatype": "xsd:string"
|
| 52 |
},
|
| 53 |
{
|
| 54 |
"name": "startedAt",
|
| 55 |
"description": "Timestamp of when the user started the task",
|
| 56 |
+
"datatype": "xsd:dateTime"
|
| 57 |
},
|
| 58 |
{
|
| 59 |
"name": "endedAt",
|
| 60 |
"description": "Timestamp of when the user ended the task",
|
| 61 |
+
"datatype": "xsd:dateTime"
|
| 62 |
}
|
| 63 |
]
|
| 64 |
}
|