dev.roe.usesItem

danielroe.dev

{
  "id": "dev.roe.usesItem",
  "defs": {
    "link": {
      "type": "object",
      "required": [
        "url"
      ],
      "properties": {
        "url": {
          "type": "string",
          "format": "uri"
        },
        "label": {
          "type": "string",
          "maxLength": 640,
          "maxGraphemes": 64
        }
      }
    },
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "category",
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 2560,
            "maxGraphemes": 256
          },
          "image": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 5000000
          },
          "links": {
            "type": "array",
            "items": {
              "ref": "#link",
              "type": "ref"
            },
            "maxLength": 32
          },
          "order": {
            "type": "integer",
            "default": 100,
            "description": "Lower values render first within the category. Defaults to 100 in the editor."
          },
          "category": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Strong-ref to the parent dev.roe.usesCategory record."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "aspectRatio": {
            "ref": "dev.roe.defs#aspectRatio",
            "type": "ref",
            "description": "Intrinsic pixel dimensions of `image`."
          },
          "description": {
            "type": "string",
            "maxLength": 25000,
            "maxGraphemes": 2500
          }
        }
      },
      "description": "A single item on the /uses page, belonging to a dev.roe.usesCategory."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.roe.usesItem

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

Metadata

DID
did:plc:jbeaa5kdaladzwq3r7f5xgwe
CID
bafyreiezlkvhpugvroh4kzh2ah46uevvucsnrhxkhlwerc2eouqmupltii
Indexed At
2026-07-29 22:37 UTC
AT-URI
at://did:plc:jbeaa5kdaladzwq3r7f5xgwe/com.atproto.lexicon.schema/dev.roe.usesItem

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@