net.bnewbold.demo.nested.blah

alt.robocracy.org

{
  "id": "net.bnewbold.demo.nested.blah",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 640,
            "minLength": 1,
            "description": "TODO: title name of record; can not be empty",
            "maxGraphemes": 64
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 2000000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "descriptionFacets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            }
          }
        }
      },
      "description": "TODO: describe purpose of this schema"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.bnewbold.demo.nested.blah

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

Metadata

DID
did:plc:nhxcyu4ewwhl5pqil4dotqjo
CID
bafyreidxnzeocvt7yc3wkdzbklhsydakt2yubuotc6tjkkfr56m3l2cxge
Indexed At
2026-02-13 14:19 UTC
AT-URI
at://did:plc:nhxcyu4ewwhl5pqil4dotqjo/com.atproto.lexicon.schema/net.bnewbold.demo.nested.blah

Referenced Schemas (1)

Lexicon Garden

@