{ "type": "object", "required": [ "name", "status" ], "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/DomainName" }, { "description": "The name of the domain. This name is unique within the account." } ] }, "status": { "allOf": [ { "$ref": "#/components/schemas/RegistrationStatus" }, { "description": "
The status of the domain:
REGISTERED \u2013 The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
DEPRECATED \u2013 The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.