download.darkworld.state

kris.darkworld.download

Documentation

The record used by darkworld.download to determine the website's content.

main record
1 example

The record used by darkworld.download to determine the website's content.

Record Key literal:self Fixed literal value

Properties

favorite union Required

The user's favorites/likes/preferences.

Known types:
site union Required

Describe the site's content/look.

Known types:
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "site",
      "favorite"
    ],
    "properties": {
      "site": {
        "refs": [
          "#site"
        ],
        "type": "union",
        "closed": true,
        "description": "Describe the site's content/look."
      },
      "favorite": {
        "refs": [
          "#favorite"
        ],
        "type": "union",
        "closed": true,
        "description": "The user's favorites/likes/preferences."
      }
    }
  },
  "description": "The record used by darkworld.download to determine the website's content."
}
favorite object

No description available.

Properties

album array of string Required

No description available.

artist array of string Required

No description available.

deltaruneCharacter array of string Required

No description available.

game array of string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "game",
    "artist",
    "album",
    "deltaruneCharacter"
  ],
  "properties": {
    "game": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "album": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "artist": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "deltaruneCharacter": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}
site object

No description available.

Properties

susieProphecy boolean Required

Swap out Kris with Susie in the prophecy panel.

titleColors string Optional

TBD

Known values: enby, trans, pan, latvia
View raw schema
{
  "type": "object",
  "required": [
    "susieProphecy"
  ],
  "properties": {
    "titleColors": {
      "type": "string",
      "description": "TBD",
      "knownValues": [
        "enby",
        "trans",
        "pan",
        "latvia"
      ]
    },
    "susieProphecy": {
      "type": "boolean",
      "description": "Swap out Kris with Susie in the prophecy panel."
    }
  }
}

Lexicon Garden

@