Initial expense schema

This commit is contained in:
2020-05-06 11:24:02 +02:00
parent 98f5c3d1a6
commit d7dfb3dfd4
2 changed files with 111 additions and 0 deletions

9
examples/expense.json Normal file
View File

@@ -0,0 +1,9 @@
{
"title": "Server rent",
"description": "Dedicated server: andromeda.kosmos.org, April 2020",
"currency": "EUR",
"amount": 39.00,
"date": "2020-05-06",
"url": "https://wiki.kosmos.org/Infrastructure#Hetzner",
"tags": ["infrastructure", "server", "hetzner"]
}