node-marathon
Version:
Marathon v2 API client for Node.js
38 lines (37 loc) • 716 B
JSON
{
"type": "object",
"properties": {
"urlParams": {
"type": "object",
"properties": {
"appId": {
"type": "string"
}
},
"additionalProperties": false,
"required": ["appId"]
},
"qsParams": {
"type": "object",
"host": {
"type": "string"
},
"scale": {
"type": "boolean"
},
"wipe": {
"type": "boolean"
},
"additionalProperties": false,
"required": []
},
"body": {
"type": "object",
"properties": {},
"additionalProperties": false,
"required": []
}
},
"additionalProperties": false,
"required": ["urlParams", "qsParams", "body"]
}