{
"id": "am.noz.at.spl.permissions",
"defs": {
"main": {
"type": "permission-set",
"title": "SplitwiseAT shared expenses",
"detail": "Read and update shared expense ledgers you join, including optional groups and trips, and create or administer ledgers owned by your account.",
"title:lang": {
"es": "Gastos compartidos de SplitwiseAT"
},
"detail:lang": {
"es": "Lee y actualiza los libros de gastos compartidos a los que te unas, incluidos grupos y viajes opcionales, y crea o administra los libros de tu cuenta."
},
"permissions": [
{
"skey": "*",
"type": "permission",
"action": [
"read",
"create",
"update",
"delete"
],
"resource": "space",
"authority": "*",
"spaceType": "am.noz.at.spl.ledger",
"collection": [
"am.noz.at.spl.group",
"am.noz.at.spl.expense",
"am.noz.at.spl.item",
"am.noz.at.spl.settlement",
"am.noz.at.spl.recurring",
"am.noz.at.spl.defaultSplit"
]
},
{
"skey": "*",
"type": "permission",
"action": [
"read_self"
],
"manage": [
"create",
"update",
"delete"
],
"resource": "space",
"authority": "self",
"spaceType": "am.noz.at.spl.ledger"
}
]
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}