app.offprint.component

offprint.app

{
  "id": "app.offprint.component",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "publication",
          "name",
          "content"
        ],
        "properties": {
          "name": {
            "type": "string",
            "description": "Label to identify this component in the dashboard (e.g. \"Newsletter footer\").",
            "maxGraphemes": 200
          },
          "content": {
            "ref": "app.offprint.content",
            "type": "ref",
            "description": "Component body. Same block format as documents."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Last edit timestamp."
          },
          "publication": {
            "type": "string",
            "format": "at-uri",
            "description": "Required AT-URI to the `site.standard.publication` this component belongs to."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.offprint.component

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@