Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81151 views
1
{
2
"type": "object",
3
"required": [
4
"name",
5
"version"
6
],
7
"properties": {
8
"name": {
9
"type": "string"
10
},
11
"version": {
12
"type": "string"
13
},
14
"comment": {
15
"type": "string"
16
}
17
}
18
}
19
20