UNPKG
kosmos-schemas
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
JSON-LD schemas for Kosmos data formats
github.com/67P/kosmos-schemas
67P/kosmos-schemas
kosmos-schemas
/
examples
/
expense.json
10 lines
(9 loc)
•
274 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"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"
]
}