json-joy
    Preparing search index...

    Interface OperationTestType

    Tests is the target is of any of the given types.

    interface OperationTestType {
        op: "test_type";
        path: string | Path;
        type: JsonPatchTypes[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    op: "test_type"
    path: string | Path