am.noz.mecenas.tier

noz.am

{
  "id": "am.noz.mecenas.tier",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "formatVersion",
          "name",
          "description",
          "monthlyAmount",
          "currency",
          "benefits",
          "rank",
          "space",
          "status",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxGraphemes": 80,
            "minGraphemes": 1
          },
          "rank": {
            "type": "integer",
            "minimum": 0
          },
          "space": {
            "type": "string",
            "format": "at-uri",
            "description": "Permissioned Space governed by this tier entitlement boundary."
          },
          "status": {
            "type": "string",
            "maxLength": 16,
            "knownValues": [
              "active",
              "archived"
            ]
          },
          "benefits": {
            "type": "array",
            "items": {
              "type": "string",
              "maxGraphemes": 200,
              "minGraphemes": 1
            },
            "maxLength": 30
          },
          "currency": {
            "type": "string",
            "maxLength": 3,
            "minLength": 3
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxGraphemes": 1000
          },
          "formatVersion": {
            "type": "integer",
            "const": 1
          },
          "monthlyAmount": {
            "type": "integer",
            "minimum": 0,
            "description": "Displayed monthly amount in the currency minor unit; never an authorization signal."
          }
        }
      },
      "description": "A public description of a creator membership tier; it is not canonical billing state."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against am.noz.mecenas.tier

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@