Module models

Module models 

Source
Expand description

Override data models and types

This module defines the core data structures for the override system:

  • OverrideRule: Configuration for applying overrides
  • OverrideMode: How patches are applied
  • PatchOp: Individual patch operations
  • Overrides: Container for multiple rules

Structs§

OverrideRule
Override rule configuration
Overrides
Container for override rules with caching

Enums§

OverrideMode
Override mode for applying patches
PatchOp
JSON patch operation