download.darkworld.deltarune

kris.darkworld.download

Documentation

Describes an instance of the user drawing the Delta Rune symbol from Undertale/Deltarune.

main record

Describes an instance of the user drawing the Delta Rune symbol from Undertale/Deltarune.

Record Key tid Timestamp-based ID

Properties

time string datetime Required

An RFC 3339 formatted timestamp.

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."
}
locationElsewhere object

No description available.

This object has no properties defined.

View raw schema
{
  "type": "object",
  "properties": {}
}
locationHome object

No description available.

This object has no properties defined.

View raw schema
{
  "type": "object",
  "properties": {}
}
locationMathTextbook object

No description available.

This object has no properties defined.

View raw schema
{
  "type": "object",
  "properties": {}
}
locationOnSkin object

No description available.

This object has no properties defined.

View raw schema
{
  "type": "object",
  "properties": {}
}
locationSchool object

No description available.

This object has no properties defined.

View raw schema
{
  "type": "object",
  "properties": {}
}
toolFinger object

No description available.

This object has no properties defined.

View raw schema
{
  "type": "object",
  "properties": {}
}
toolMarker object

No description available.

This object has no properties defined.

View raw schema
{
  "type": "object",
  "properties": {}
}
toolOther object

No description available.

This object has no properties defined.

View raw schema
{
  "type": "object",
  "properties": {}
}
toolPen object

No description available.

This object has no properties defined.

View raw schema
{
  "type": "object",
  "properties": {}
}
toolPencil object

No description available.

This object has no properties defined.

View raw schema
{
  "type": "object",
  "properties": {}
}

Lexicon Garden

@