A recurring expense template. Occurrences are materialized as ordinary immutable expenses.
tid
Timestamp-based ID
Properties
active
boolean
Required
No description available.
category
string
Optional
No description available.
maxLength: 64 bytescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
currency
string
Required
No description available.
maxLength: 3 bytesminLength: 3 bytesdefaultSplit
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 graphemesendsAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
minorUnit
integer
Required
No description available.
minimum: 0maximum: 4nextAt
string
datetime
Required
An RFC 3339 formatted timestamp.
paidBy
array
of
ref
lex:am.noz.at.spl.recurring#moneyAllocation
Required
No description available.
maxLength: 250 itemsminLength: 1 itemsrrule
string
Required
RFC 5545 recurrence rule without embedded secrets or user prose.
maxLength: 512 bytesminLength: 1 bytesschemaVersion
integer
Required
No description available.
startsAt
string
datetime
Required
An RFC 3339 formatted timestamp.
templateId
string
Required
No description available.
maxLength: 64 bytesminLength: 1 bytestimezone
string
Required
No description available.
maxLength: 64 bytesminLength: 1 bytestotalMinor
integer
Required
No description available.
minimum: 1View 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."
}