{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TaskRemoveTagRequest", "title": "TaskRemoveTagRequest", "type": "object", "properties": { "tag": { "description": "The tag's gid to remove from the task.", "type": "string", "example": "13579" } }, "required": [ "tag" ] }