tools.ozone.set.defs

ozone-lexicons.bsky.social

{
  "id": "tools.ozone.set.defs",
  "defs": {
    "set": {
      "type": "object",
      "required": [
        "name"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 128,
          "minLength": 3
        },
        "description": {
          "type": "string",
          "maxLength": 10240,
          "maxGraphemes": 1024
        }
      }
    },
    "setView": {
      "type": "object",
      "required": [
        "name",
        "setSize",
        "createdAt",
        "updatedAt"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 128,
          "minLength": 3
        },
        "setSize": {
          "type": "integer"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "updatedAt": {
          "type": "string",
          "format": "datetime"
        },
        "description": {
          "type": "string",
          "maxLength": 10240,
          "maxGraphemes": 1024
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tools.ozone.set.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@