{ "type": "object", "required": [ "name" ], "title": "UndeprecateDomainInput", "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/DomainName" }, { "description": "The name of the domain of the deprecated workflow type." } ] } }, "$schema": "http://json-schema.org/draft-07/schema#" }