Files
deb-python-dcos/cli/dcoscli/data/config-schema/package.json
2016-02-23 15:46:37 -08:00

15 lines
381 B
JSON

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