DeleteOrganizationResponse schema from Amazon WorkMail API
{ "type": "object", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The organization ID." } ] }, "State": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The state of the organization." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeleteOrganizationResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-delete-organization-response-schema.json", "description": "DeleteOrganizationResponse schema from Amazon WorkMail API" }