am.noz.at.spl.group

noz.am

{
  "id": "am.noz.at.spl.group",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "schemaVersion",
          "groupId",
          "name",
          "kind",
          "defaultCurrency",
          "timezone",
          "simplifyDebts",
          "members",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "kind": {
            "enum": [
              "group",
              "trip",
              "household",
              "couple",
              "other"
            ],
            "type": "string"
          },
          "name": {
            "type": "string",
            "maxLength": 256,
            "minLength": 1,
            "maxGraphemes": 80
          },
          "groupId": {
            "type": "string",
            "maxLength": 64,
            "minLength": 1
          },
          "members": {
            "type": "array",
            "items": {
              "ref": "lex:am.noz.at.spl.group#member",
              "type": "ref"
            },
            "maxLength": 250,
            "minLength": 1
          },
          "timezone": {
            "type": "string",
            "maxLength": 64,
            "minLength": 1,
            "description": "IANA time-zone name used for recurring expenses."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "schemaVersion": {
            "type": "integer",
            "const": 1
          },
          "simplifyDebts": {
            "type": "boolean"
          },
          "defaultCurrency": {
            "type": "string",
            "maxLength": 3,
            "minLength": 3,
            "description": "Uppercase ISO 4217 currency code, such as EUR or USD."
          }
        }
      },
      "description": "Optional group or trip metadata inside a ledger Space. Multiple groups may share one Space when they have the same members."
    },
    "member": {
      "type": "object",
      "required": [
        "did",
        "role",
        "joinedAt",
        "active"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "role": {
          "enum": [
            "owner",
            "admin",
            "member"
          ],
          "type": "string"
        },
        "active": {
          "type": "boolean"
        },
        "joinedAt": {
          "type": "string",
          "format": "datetime"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

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

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

Metadata

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

Version History (2 versions)

Referenced Schemas (1)

  • lex:am.noz.at.spl.group#member

Lexicon Garden

@