schemas/importIntoApplicationOptions.json in losant_rest-1.16.5 vs schemas/importIntoApplicationOptions.json in losant_rest-1.16.6

- old
+ new

@@ -1,7 +1,7 @@ { - "$schema": "http://json-schema.org/draft-04/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "importUrl": { "type": "string", "format": "uri", @@ -15,10 +15,11 @@ "conflictBehavior": { "type": "string", "enum": [ "create", "error", - "retain" + "retain", + "replace" ], "default": "create" }, "dryRun": { "type": "boolean", \ No newline at end of file