UNPKG

tune-basic-toolset

Version:
20 lines (19 loc) 632 B
{ "description": "Manages todo lists", "strict": true, "parameters": { "type": "object", "properties": { "text": { "type": "string", "description": "lines in format 'status - item', they'll be used to update list or to insert to the list, to delete item change its status to deleted or cancelled\nThe lines should contain only those items that needs to be changed - inserted/updated/deleted" }, "filename": { "type": "string", "description": "location of the todo list file" } }, "required": ["text", "filename"], "additionalProperties": false } }