Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
lima-vm
GitHub Repository: lima-vm/lima
Path: blob/master/pkg/jsonschemautil/testdata/schema.json
2608 views
1
{
2
"type": "object",
3
"properties": {
4
"name": {
5
"type": "string"
6
},
7
"age": {
8
"type": "integer"
9
}
10
}
11
}
12
13