W3Booster SDK 2.0.0
    Preparing search index...

    Interface JsonPatchReplace

    interface JsonPatchReplace {
        op: "replace";
        path: string;
        value: JsonValue;
    }
    Index
    op: "replace"
    path: string
    value: JsonValue