{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ConflictResolutionPolicy", "type": "object", "properties": { "mode": { "type": "string" }, "conflictResolutionPath": { "type": "string" }, "conflictResolutionProcedure": { "type": "string" } } }