Add discovery reconciliation engine

This commit is contained in:
2026-05-19 04:49:08 +02:00
parent 73f7cdbdb5
commit 17356a41d6
6 changed files with 675 additions and 1 deletions

View File

@@ -126,6 +126,35 @@ properties:
items:
type: object
additionalProperties: true
diff:
type: object
additionalProperties: false
required:
- added
- changed
- retired
- conflicted
properties:
added:
type: array
uniqueItems: true
items:
$ref: "#/$defs/stableKey"
changed:
type: array
uniqueItems: true
items:
$ref: "#/$defs/stableKey"
retired:
type: array
uniqueItems: true
items:
$ref: "#/$defs/stableKey"
conflicted:
type: array
uniqueItems: true
items:
$ref: "#/$defs/stableKey"
$defs:
stableKey: