W3Booster SDK 3.1.0
    Preparing search index...

    Interface JsonPatchAdd

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