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