Add discovery reconciliation engine
This commit is contained in:
parent
73f7cdbdb5
commit
17356a41d6
6 changed files with 675 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue