uk.skyblur.preference

skyblur.uk

Documentation

A declaration of a Skyblur account.

main record

A declaration of a Skyblur account.

Record Key literal:self Fixed literal value

Properties

View raw schema
{
  "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 object

No description available.

Properties

description string Optional

Define the description displayed on MyPage.

maxLength: 10000 bytesmaxGraphemes: 100000 graphemes
isUseMyPage boolean Required

If this item is true, MyPage will be displayed.

View raw schema
{
  "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."
    }
  }
}

Lexicon Garden

@