// This file is @generated by prost-build.
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct TSpecPatch {
#[prost(string, required, tag = "1")]
pub path: ::prost::alloc::string::String,
/// YSON
#[prost(string, required, tag = "2")]
pub value: ::prost::alloc::string::String,
}