projects
/
slapos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
slaprunner: version up slapos.toolbox.
[slapos.git]
/
sla.schema.json
1
{
2
"$schema": "http://json-schema.org/draft-04/schema#",
3
"description": "Slapos Software Release instantiation descriptor",
4
"additionalProperties": false,
5
"properties": {
6
"instance_guid": {
7
"description": "XXX",
8
"type": "string"
9
},
10
"computer_guid": {
11
"description": "XXX",
12
"type": "string"
13
}
14
}
15
}