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