am.noz.at.spl.settlement

noz.am

{
  "id": "am.noz.at.spl.settlement",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "schemaVersion",
          "settlementId",
          "fromDid",
          "toDid",
          "currency",
          "minorUnit",
          "amountMinor",
          "occurredAt",
          "createdAt",
          "voided"
        ],
        "properties": {
          "note": {
            "type": "string",
            "maxLength": 2000,
            "maxGraphemes": 300
          },
          "toDid": {
            "type": "string",
            "format": "did"
          },
          "voided": {
            "type": "boolean"
          },
          "fromDid": {
            "type": "string",
            "format": "did"
          },
          "currency": {
            "type": "string",
            "maxLength": 3,
            "minLength": 3
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "minorUnit": {
            "type": "integer",
            "maximum": 4,
            "minimum": 0
          },
          "occurredAt": {
            "type": "string",
            "format": "datetime"
          },
          "amountMinor": {
            "type": "integer",
            "minimum": 1
          },
          "settlementId": {
            "type": "string",
            "maxLength": 64,
            "minLength": 1
          },
          "schemaVersion": {
            "type": "integer",
            "const": 1
          },
          "paymentReference": {
            "type": "string",
            "maxLength": 500,
            "description": "Optional opaque reference from a payment integration; never store credentials or secrets."
          }
        }
      },
      "description": "An immutable record of money paid from one group member to another."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against am.noz.at.spl.settlement

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lmkzmvv6sdxntwtyxpg7fqqq
CID
bafyreidl3f5as6u77gbos2745acy42exqlmpxqamhv25fwq5umoa7jfemq
Indexed At
2026-08-29 22:23 UTC
AT-URI
at://did:plc:lmkzmvv6sdxntwtyxpg7fqqq/com.atproto.lexicon.schema/am.noz.at.spl.settlement

Version History (2 versions)

Lexicon Garden

@