Skip to content

Registries

This module contains the registry declarations and helpers used to describe which operations a patch model will accept.

STANDARD_OPS = _STANDARD_REGISTRY_SPEC.ordered_ops module-attribute

Standard RFC 6902 patch operations.

StandardRegistry = AddOp | CopyOp | MoveOp | RemoveOp | ReplaceOp | TestOp

Standard RFC 6902 registry declaration typeform.