download.darkworld.state

kris.darkworld.download

{
  "id": "download.darkworld.state",
  "defs": {
    "main": {
      "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."
    },
    "site": {
      "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."
        }
      }
    },
    "favorite": {
      "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"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against download.darkworld.state

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:s7cesz7cr6ybltaryy4meb6y
CID
bafyreifesm6fgnxjvt3op5rrlus4b73ve7ymbwxooln4pvbyd6lsy6vx5y
Indexed At
2026-03-12 12:56 UTC
AT-URI
at://did:plc:s7cesz7cr6ybltaryy4meb6y/com.atproto.lexicon.schema/download.darkworld.state

Lexicon Garden

@