Backfill in-progress. Some lexicons and records may be missing or incomplete.

dev.ocbwoy3.crack.defs

ocbwoy3.dev

Documentation

bskyOnCrackSettings object

Private preferences for Bluesky on Crack.

Properties

settings object Required

No description provided.

version integer Required

No description provided.

minimum: 1
View raw schema
{
  "type": "object",
  "required": [
    "version",
    "settings"
  ],
  "properties": {
    "version": {
      "type": "integer",
      "minimum": 1
    },
    "settings": {
      "type": "object",
      "properties": {
        "kawaiiMode": {
          "type": "boolean"
        },
        "alterEgoUri": {
          "type": "string",
          "format": "at-uri"
        },
        "alterEgoByDid": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "did",
              "uri"
            ],
            "properties": {
              "did": {
                "type": "string",
                "format": "did"
              },
              "uri": {
                "type": "string",
                "format": "at-uri"
              }
            }
          }
        },
        "alterEgoRecords": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "uri"
            ],
            "properties": {
              "uri": {
                "type": "string",
                "format": "at-uri"
              },
              "avatar": {
                "type": "string"
              },
              "banner": {
                "type": "string"
              },
              "handle": {
                "type": "string"
              },
              "description": {
                "type": "string"
              },
              "displayName": {
                "type": "string"
              }
            }
          }
        },
        "hijackHideLabels": {
          "type": "boolean"
        },
        "showWelcomeModal": {
          "type": "boolean"
        },
        "uncapLabelerLimit": {
          "type": "boolean"
        },
        "statsigGateOverrides": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "gate",
              "value"
            ],
            "properties": {
              "gate": {
                "type": "string"
              },
              "value": {
                "type": "boolean"
              }
            }
          }
        },
        "hideSuggestedAccounts": {
          "type": "boolean"
        },
        "customVerificationsEnabled": {
          "type": "boolean"
        }
      }
    }
  },
  "description": "Private preferences for Bluesky on Crack."
}

Lexicon Garden

@