projects
/
slapos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make tcpv4-port configurable and add json schemas.
[slapos.git]
/
software
/
varnish
/
instance-varnish-output-schema.json
1
{
2
"$schema": "http://json-schema.org/draft-04/schema#",
3
"description": "Values returned by Varnish instanciation",
4
"properties": {
5
"url": {
6
"description": "Varnish HTTP service access information",
7
"type": "string"
8
}
9
},
10
"type": "object"
11
}