app.offprint.page

offprint.app

{
  "id": "app.offprint.page",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "publication",
          "path",
          "title",
          "content"
        ],
        "properties": {
          "path": {
            "type": "string",
            "description": "Root-relative path the page is served at, with a leading slash (e.g. \"/about\" or \"/p/colophon\")."
          },
          "title": {
            "type": "string",
            "description": "Page title.",
            "maxGraphemes": 500
          },
          "content": {
            "ref": "app.offprint.content",
            "type": "ref",
            "description": "Page body. Same block format as documents."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Last edit timestamp."
          },
          "coverImage": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1000000,
            "description": "Optional hero / cover image."
          },
          "description": {
            "type": "string",
            "description": "Brief description / meta description for SEO.",
            "maxGraphemes": 3000
          },
          "publication": {
            "type": "string",
            "format": "at-uri",
            "description": "Required AT-URI to the `site.standard.publication` this page belongs to."
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Publish timestamp."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.offprint.page

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

Metadata

DID
did:plc:pgjkomf37an4czloay5zeth6
CID
bafyreigpglie46wvju6ajqzcavnunc4qnj3o7zo2hkd5iav7fmyxtsu524
Indexed At
2026-07-26 20:12 UTC
AT-URI
at://did:plc:pgjkomf37an4czloay5zeth6/com.atproto.lexicon.schema/app.offprint.page

Referenced Schemas (1)

Lexicon Garden

@