UNPKG

node-marathon

Version:
38 lines (37 loc) 714 B
{ "type": "object", "properties": { "urlParams": { "type": "object", "properties": { "appId": { "type": "string" } }, "additionalProperties": false, "required": ["appId"] }, "qsParams": { "type": "object", "properties": { "force": { "type": "boolean" } }, "additionalProperties": false, "required": [] }, "body": { "type": "object", "properties": { "id": { "type": "string" } }, "additionalProperties": true, "required": ["id"] } }, "additionalProperties": false, "required": ["urlParams", "qsParams", "body"] }