Files
deb-python-dcos/cli/tests/data/package_build/config.json
Jesus E. Larios Murillo 62293f6bf3 experimental: add new experimental subcommand (#858)
Adds three new experimental package commands: `experimental package add`, `dcos experimental package build`, and `dcos experimental service start`
2017-01-04 18:15:07 -08:00

18 lines
322 B
JSON

{
"$schema": "http://json-schema.org/schema#",
"properties": {
"bitbucket": {
"properties": {
"name": {
"default": "bitbucket",
"description": "name",
"type": "string"
}
},
"required": ["name"],
"type": "object"
}
},
"type": "object"
}