15 lines
378 B
JSON
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
|
|
}
|