19 lines
230 B
JSON
Raw Normal View History

2017-09-20 23:19:33 +02:00
{
"type": "object",
"required": [
"name",
"version"
],
"properties": {
"name": {
"type": "string"
},
"version": {
"type": "string"
},
"comment": {
"type": "string"
}
}
}