tools.ozone.team.defs

ozone-lexicons.bsky.social

{
  "id": "tools.ozone.team.defs",
  "defs": {
    "member": {
      "type": "object",
      "required": [
        "did",
        "role"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "role": {
          "type": "string",
          "knownValues": [
            "tools.ozone.team.defs#roleAdmin",
            "tools.ozone.team.defs#roleModerator",
            "tools.ozone.team.defs#roleTriage",
            "tools.ozone.team.defs#roleVerifier"
          ]
        },
        "profile": {
          "ref": "app.bsky.actor.defs#profileViewDetailed",
          "type": "ref"
        },
        "disabled": {
          "type": "boolean"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "updatedAt": {
          "type": "string",
          "format": "datetime"
        },
        "lastUpdatedBy": {
          "type": "string"
        }
      }
    },
    "roleAdmin": {
      "type": "token",
      "description": "Admin role. Highest level of access, can perform all actions."
    },
    "roleTriage": {
      "type": "token",
      "description": "Triage role. Mostly intended for monitoring and escalating issues."
    },
    "roleVerifier": {
      "type": "token",
      "description": "Verifier role. Only allowed to issue verifications."
    },
    "roleModerator": {
      "type": "token",
      "description": "Moderator role. Can perform most actions."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tools.ozone.team.defs

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:33dt5kftu3jq2h5h4jjlqezt
CID
bafyreihqaijzof4hbey6u5lzfyhahuxjj5d7c3irremztfkavrqekvtvj4
Indexed At
2026-01-09 12:47 UTC
AT-URI
at://did:plc:33dt5kftu3jq2h5h4jjlqezt/com.atproto.lexicon.schema/tools.ozone.team.defs

Referenced Schemas (1)

Lexicon Garden

@