W3Booster SDK 2.0.0
    Preparing search index...

    Interface JsonPatchAdd

    interface JsonPatchAdd {
        op: "add";
        path: string;
        value: JsonValue;
    }
    Index
    op: "add"
    path: string
    value: JsonValue