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