/** * @schema AdminCustomerAddressResponse * type: object * description: The address's details. * x-schemaName: AdminCustomerAddressResponse * required: * - address * properties: * address: * $ref: "#/components/schemas/AdminCustomerAddress" * */