# download.darkworld.deltarune

> Published by [darkworld.download](https://lexicon.garden/identity/did:plc:s7cesz7cr6ybltaryy4meb6y)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:s7cesz7cr6ybltaryy4meb6y/download.darkworld.deltarune)
- [Documentation](https://lexicon.garden/lexicon/did:plc:s7cesz7cr6ybltaryy4meb6y/download.darkworld.deltarune/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:s7cesz7cr6ybltaryy4meb6y/download.darkworld.deltarune/examples)

## Definitions

### `download.darkworld.deltarune`

**Type**: `record`

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

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `time` | `string` (datetime) | Yes |  |
| `tool` | `union` | No |  |
| `where` | `union` | No |  |

### `download.darkworld.deltarune#toolPen`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|

### `download.darkworld.deltarune#toolOther`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|

### `download.darkworld.deltarune#toolFinger`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|

### `download.darkworld.deltarune#toolMarker`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|

### `download.darkworld.deltarune#toolPencil`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|

### `download.darkworld.deltarune#locationHome`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|

### `download.darkworld.deltarune#locationOnSkin`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|

### `download.darkworld.deltarune#locationSchool`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|

### `download.darkworld.deltarune#locationElsewhere`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|

### `download.darkworld.deltarune#locationMathTextbook`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|

## Raw Schema

```json
{
  "id": "download.darkworld.deltarune",
  "defs": {
    "main": {
      "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."
    },
    "toolPen": {
      "type": "object",
      "properties": {}
    },
    "toolOther": {
      "type": "object",
      "properties": {}
    },
    "toolFinger": {
      "type": "object",
      "properties": {}
    },
    "toolMarker": {
      "type": "object",
      "properties": {}
    },
    "toolPencil": {
      "type": "object",
      "properties": {}
    },
    "locationHome": {
      "type": "object",
      "properties": {}
    },
    "locationOnSkin": {
      "type": "object",
      "properties": {}
    },
    "locationSchool": {
      "type": "object",
      "properties": {}
    },
    "locationElsewhere": {
      "type": "object",
      "properties": {}
    },
    "locationMathTextbook": {
      "type": "object",
      "properties": {}
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
