/** * @schema StoreShippingOptionResponse * type: object * description: The shipping option's details. * x-schemaName: StoreShippingOptionResponse * required: * - shipping_option * properties: * shipping_option: * $ref: "#/components/schemas/StoreCartShippingOption" * */