tools.ozone.setting.defs

ozone-lexicons.bsky.social

Documentation

option object

No description available.

Properties

createdAt string datetime Optional

An RFC 3339 formatted timestamp.

createdBy string did Required

A decentralized identifier (DID).

description string Optional

No description available.

maxLength: 10240 bytesmaxGraphemes: 1024 graphemes
did string did Required

A decentralized identifier (DID).

key string nsid Required

A namespaced identifier (e.g., app.bsky.feed.post).

lastUpdatedBy string did Required

A decentralized identifier (DID).

managerRole string Optional

No description available.

Known values: tools.ozone.team.defs#roleModerator, tools.ozone.team.defs#roleTriage, tools.ozone.team.defs#roleAdmin, tools.ozone.team.defs#roleVerifier
scope string Required

No description available.

Known values: instance, personal
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

value unknown Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "key",
    "value",
    "did",
    "scope",
    "createdBy",
    "lastUpdatedBy"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did"
    },
    "key": {
      "type": "string",
      "format": "nsid"
    },
    "scope": {
      "type": "string",
      "knownValues": [
        "instance",
        "personal"
      ]
    },
    "value": {
      "type": "unknown"
    },
    "createdAt": {
      "type": "string",
      "format": "datetime"
    },
    "createdBy": {
      "type": "string",
      "format": "did"
    },
    "updatedAt": {
      "type": "string",
      "format": "datetime"
    },
    "description": {
      "type": "string",
      "maxLength": 10240,
      "maxGraphemes": 1024
    },
    "managerRole": {
      "type": "string",
      "knownValues": [
        "tools.ozone.team.defs#roleModerator",
        "tools.ozone.team.defs#roleTriage",
        "tools.ozone.team.defs#roleAdmin",
        "tools.ozone.team.defs#roleVerifier"
      ]
    },
    "lastUpdatedBy": {
      "type": "string",
      "format": "did"
    }
  }
}

Lexicon Garden

@