node-marathon
Version:
Marathon v2 API client for Node.js
48 lines (47 loc) • 1.04 kB
JSON
{
"type": "object",
"properties": {
"urlParams": {
"type": "object",
"properties": {
"appId": {
"type": "string"
}
},
"additionalProperties": false,
"required": ["appId"]
},
"qsParams": {
"type": "object",
"properties": {
"cmd": {
"type": "string"
},
"embed": {
"type": "array",
"minItems": 0,
"items": {
"enum": [ "apps.tasks", "apps.counts", "apps.deployments", "apps.lastTaskFailure", "apps.failures", "apps.taskStats" ]
},
"uniqueItems": true
},
"id": {
"type": "string"
},
"label": {
"type": "string"
}
},
"additionalProperties": false,
"required": []
},
"body": {
"type": "object",
"properties": {},
"additionalProperties": false,
"required": []
}
},
"additionalProperties": false,
"required": ["urlParams", "qsParams", "body"]
}