Skip to main content

Module patch

Module patch 

Source
Expand description

JSON Patch operations, as defined by RFC 6902.

STATE_DELTA and ACTIVITY_DELTA carry a patch document: an array of these operations, applied in order to the previous snapshot.

Enums§

PatchOperation
A single RFC 6902 operation.

Type Aliases§

JsonPatch
A JSON Patch document: an ordered list of operations.