Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81151 views
1
{
2
"type": "object",
3
"required": [
4
"log"
5
],
6
"properties": {
7
"log": {
8
"$ref": "#log"
9
}
10
}
11
}
12
13