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§
- Patch
Operation - A single RFC 6902 operation.
Type Aliases§
- Json
Patch - A JSON Patch document: an ordered list of operations.