am.noz.at.spl.recurring

noz.am

Documentation

A recurring expense template. Occurrences are materialized as ordinary immutable expenses.

main record

A recurring expense template. Occurrences are materialized as ordinary immutable expenses.

Record Key tid Timestamp-based ID

Properties

active boolean Required

No description available.

category string Optional

No description available.

maxLength: 64 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

currency string Required

No description available.

maxLength: 3 bytesminLength: 3 bytes
defaultSplit string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

description string Required

No description available.

maxLength: 1000 bytesminLength: 1 bytesmaxGraphemes: 200 graphemes
endsAt string datetime Optional

An RFC 3339 formatted timestamp.

minorUnit integer Required

No description available.

minimum: 0maximum: 4
nextAt string datetime Required

An RFC 3339 formatted timestamp.

rrule string Required

RFC 5545 recurrence rule without embedded secrets or user prose.

maxLength: 512 bytesminLength: 1 bytes
schemaVersion integer Required

No description available.

startsAt string datetime Required

An RFC 3339 formatted timestamp.

templateId string Required

No description available.

maxLength: 64 bytesminLength: 1 bytes
timezone string Required

No description available.

maxLength: 64 bytesminLength: 1 bytes
totalMinor integer Required

No description available.

minimum: 1
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "schemaVersion",
      "templateId",
      "description",
      "currency",
      "minorUnit",
      "totalMinor",
      "paidBy",
      "defaultSplit",
      "rrule",
      "timezone",
      "startsAt",
      "nextAt",
      "active",
      "createdAt"
    ],
    "properties": {
      "rrule": {
        "type": "string",
        "maxLength": 512,
        "minLength": 1,
        "description": "RFC 5545 recurrence rule without embedded secrets or user prose."
      },
      "active": {
        "type": "boolean"
      },
      "endsAt": {
        "type": "string",
        "format": "datetime"
      },
      "nextAt": {
        "type": "string",
        "format": "datetime"
      },
      "paidBy": {
        "type": "array",
        "items": {
          "ref": "lex:am.noz.at.spl.recurring#moneyAllocation",
          "type": "ref"
        },
        "maxLength": 250,
        "minLength": 1
      },
      "category": {
        "type": "string",
        "maxLength": 64
      },
      "currency": {
        "type": "string",
        "maxLength": 3,
        "minLength": 3
      },
      "startsAt": {
        "type": "string",
        "format": "datetime"
      },
      "timezone": {
        "type": "string",
        "maxLength": 64,
        "minLength": 1
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "minorUnit": {
        "type": "integer",
        "maximum": 4,
        "minimum": 0
      },
      "templateId": {
        "type": "string",
        "maxLength": 64,
        "minLength": 1
      },
      "totalMinor": {
        "type": "integer",
        "minimum": 1
      },
      "description": {
        "type": "string",
        "maxLength": 1000,
        "minLength": 1,
        "maxGraphemes": 200
      },
      "defaultSplit": {
        "type": "string",
        "format": "at-uri"
      },
      "schemaVersion": {
        "type": "integer",
        "const": 1
      }
    }
  },
  "description": "A recurring expense template. Occurrences are materialized as ordinary immutable expenses."
}
moneyAllocation object

No description available.

Properties

amountMinor integer Required

No description available.

minimum: 0
did string did Required

A decentralized identifier (DID).

View raw schema
{
  "type": "object",
  "required": [
    "did",
    "amountMinor"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did"
    },
    "amountMinor": {
      "type": "integer",
      "minimum": 0
    }
  }
}

Lexicon Garden

@