Describes an instance of the user drawing the Delta Rune symbol from Undertale/Deltarune.
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"time"
],
"properties": {
"time": {
"type": "string",
"format": "datetime"
},
"tool": {
"refs": [
"#toolPen",
"#toolPencil",
"#toolMarker",
"#toolFinger",
"#toolOther"
],
"type": "union"
},
"where": {
"refs": [
"#locationSchool",
"#locationHome",
"#locationMathTextbook",
"#locationOnSkin",
"#locationElsewhere"
],
"type": "union"
}
}
},
"description": "Describes an instance of the user drawing the Delta Rune symbol from Undertale/Deltarune."
}