/** * @schema AdminShippingOptionResponse * type: object * description: SUMMARY * x-schemaName: AdminShippingOptionResponse * required: * - shipping_option * properties: * shipping_option: * $ref: "#/components/schemas/AdminShippingOption" * */