{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simpledb/refs/heads/main/json-structure/amazon-simpledb-delete-domain-request-structure.json", "name": "DeleteDomainRequest", "description": "DeleteDomainRequest schema from Amazon SimpleDB API", "properties": { "DomainName": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The name of the domain to delete." } ] } }, "required": [ "DomainName" ] }