{ "type": "object", "required": [ "domain", "taskList" ], "title": "CountPendingDecisionTasksInput", "properties": { "domain": { "allOf": [ { "$ref": "#/components/schemas/DomainName" }, { "description": "The name of the domain that contains the task list." } ] }, "taskList": { "allOf": [ { "$ref": "#/components/schemas/TaskList" }, { "description": "The name of the task list." } ] } }, "$schema": "http://json-schema.org/draft-07/schema#" }