UNPKG
@kosmos/schemas
Version:
latest (3.2.0)
3.2.0
3.1.0
3.0.0
2.2.1
2.2.0
JSON-LD schemas for Kosmos data formats
gitea.kosmos.org/kosmos/schemas
@kosmos/schemas
/
examples
/
expense.json
11 lines
(10 loc)
•
298 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"title"
:
"Server rent"
,
"description"
:
"Dedicated server: andromeda.kosmos.org, April 2020"
,
"currency"
:
"EUR"
,
"amount"
:
39.00
,
"amountSats"
:
422966
,
"date"
:
"2020-05-06"
,
"url"
:
"https://wiki.kosmos.org/Infrastructure#Hetzner"
,
"tags"
:
[
"infrastructure"
,
"server"
,
"hetzner"
]
}