me.wilb.content.page

wilb.me

{
  "id": "me.wilb.content.page",
  "defs": {
    "link": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "uri"
        },
        "title": {
          "type": "string",
          "maxGraphemes": 300
        }
      }
    },
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "createdAt"
        ],
        "properties": {
          "body": {
            "type": "string"
          },
          "cover": {
            "ref": "lex:me.wilb.content.page#image",
            "type": "ref"
          },
          "links": {
            "type": "array",
            "items": {
              "ref": "lex:me.wilb.content.page#link",
              "type": "ref"
            }
          },
          "title": {
            "type": "string",
            "maxGraphemes": 200
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A simple page with text, an image, and a link"
    },
    "image": {
      "type": "object",
      "required": [
        "image"
      ],
      "properties": {
        "alt": {
          "type": "string",
          "maxGraphemes": 5000
        },
        "image": {
          "type": "blob",
          "accept": [
            "image/*"
          ],
          "maxSize": 5000000
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against me.wilb.content.page

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

Metadata

DID
did:plc:oxdlsmnvpk2riyyuvq5jtdkd
CID
bafyreiewt4jusbpescuodsxqzosi5mgein2tpm4forzbel3p7vs3smzp7u
Indexed At
2026-07-21 14:59 UTC
AT-URI
at://did:plc:oxdlsmnvpk2riyyuvq5jtdkd/com.atproto.lexicon.schema/me.wilb.content.page

Referenced Schemas (2)

  • lex:me.wilb.content.page#image
  • lex:me.wilb.content.page#link

Lexicon Garden

@