Initial commit

This commit is contained in:
nolash
2021-10-09 18:50:43 +02:00
commit 12c3cd84a9
13 changed files with 825 additions and 0 deletions

18
cic/schema/v0.json Normal file
View File

@@ -0,0 +1,18 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.grassrootseconomics.net:8433/cic-v1.json",
"type": "object",
"properties": {
"version": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"namespace": {
"type": "string"
},
"description": {
"type": "string"
}
}
}