cic-cli/cic/schema/v0.json

19 lines
356 B
JSON
Raw Normal View History

2021-10-09 18:50:43 +02:00
{
"$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"
}
}
}