am.noz.mecenas.post

noz.am

{
  "id": "am.noz.mecenas.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "formatVersion",
          "title",
          "body",
          "audience",
          "createdAt",
          "publishedAt"
        ],
        "properties": {
          "body": {
            "type": "string",
            "maxGraphemes": 30000,
            "minGraphemes": 1
          },
          "tier": {
            "type": "string",
            "format": "at-uri",
            "description": "Public tier record associated with a member-only post."
          },
          "title": {
            "type": "string",
            "maxGraphemes": 200,
            "minGraphemes": 1
          },
          "excerpt": {
            "type": "string",
            "maxGraphemes": 500
          },
          "audience": {
            "type": "string",
            "maxLength": 16,
            "knownValues": [
              "public",
              "members"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime"
          },
          "formatVersion": {
            "type": "integer",
            "const": 1
          }
        }
      },
      "description": "A Mecenas creator post. Repository or Space placement determines its access boundary."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against am.noz.mecenas.post

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lmkzmvv6sdxntwtyxpg7fqqq
CID
bafyreiekjkcav4srxdvfuqrwljul5irinyuuy5zhbbw2y733jbmvmvm76i
Indexed At
2026-08-29 22:24 UTC
AT-URI
at://did:plc:lmkzmvv6sdxntwtyxpg7fqqq/com.atproto.lexicon.schema/am.noz.mecenas.post

Lexicon Garden

@