Repository URL to install this package:
|
Version:
2.0.0 ▾
|
{
"type": "object",
"properties": {
"type": {
"const": "SYS-VER"
},
"name": {
"type": "string"
},
"software": {
"type": "string"
},
"version": {
"$ref": "definitions.json#/versionNumber"
},
"revision": {
"type": "string"
}
},
"required": ["type", "software", "version"]
}