schemas/applicationClonePost.json in losant_rest-1.16.5 vs schemas/applicationClonePost.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": {
"dryRun": {
"type": "boolean",
"default": false
@@ -43,9 +43,13 @@
},
"callbackUrl": {
"type": "string",
"format": "uri",
"maxLength": 1024
+ },
+ "forceJob": {
+ "type": "boolean",
+ "default": false
}
},
"additionalProperties": false
}
\ No newline at end of file