uk.skyblur.preference

skyblur.uk

{
  "id": "uk.skyblur.preference",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "myPage"
        ],
        "properties": {
          "myPage": {
            "refs": [
              "uk.skyblur.preference#myPage"
            ],
            "type": "union"
          }
        }
      },
      "description": "A declaration of a Skyblur account."
    },
    "myPage": {
      "type": "object",
      "required": [
        "isUseMyPage"
      ],
      "properties": {
        "description": {
          "type": "string",
          "maxLength": 10000,
          "description": "Define the description displayed on MyPage.",
          "maxGraphemes": 100000
        },
        "isUseMyPage": {
          "type": "boolean",
          "description": "If this item is true, MyPage will be displayed."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against uk.skyblur.preference

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4sm3vprfyl55ui3yhjd7w4po
CID
bafyreigjwnqvurmdixqpwoxr2yhb64xcarvzdm6obmgabk75r2gsewyz3a
Indexed At
2026-01-12 11:41 UTC
AT-URI
at://did:plc:4sm3vprfyl55ui3yhjd7w4po/com.atproto.lexicon.schema/uk.skyblur.preference

Lexicon Garden

@