Matjaz Mesnjak da65f00f6c Initial commit.
2017-09-20 23:19:33 +02:00

19 lines
230 B
JSON

{
"type": "object",
"required": [
"name",
"version"
],
"properties": {
"name": {
"type": "string"
},
"version": {
"type": "string"
},
"comment": {
"type": "string"
}
}
}