Files
deb-python-dcos/cli/dcoscli/data/config-schema/marathon.json
2015-09-09 16:01:11 -07:00

15 lines
378 B
JSON

{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri",
"title": "Marathon base URL",
"description": "Base URL for talking to Marathon. It overwrites the value specified in core.dcos_url",
"default": "http://localhost:8080"
}
},
"additionalProperties": false
}