schemas/experienceLinkedResources.json in losant_rest-1.13.1 vs schemas/experienceLinkedResources.json in losant_rest-1.14.0
- old
+ new
@@ -702,10 +702,25 @@
"pattern": "^[0-9a-zA-Z_-]{1,255}$"
}
},
"maxAge": {
"type": "number"
+ },
+ "triggerOn": {
+ "type": "string",
+ "enum": [
+ "batch",
+ "individual",
+ "both"
+ ]
+ },
+ "batchBehavior": {
+ "type": "string",
+ "enum": [
+ "once",
+ "each"
+ ]
}
},
"additionalProperties": false
},
"meta": {
@@ -2950,10 +2965,25 @@
"pattern": "^[0-9a-zA-Z_-]{1,255}$"
}
},
"maxAge": {
"type": "number"
+ },
+ "triggerOn": {
+ "type": "string",
+ "enum": [
+ "batch",
+ "individual",
+ "both"
+ ]
+ },
+ "batchBehavior": {
+ "type": "string",
+ "enum": [
+ "once",
+ "each"
+ ]
}
},
"additionalProperties": false
},
"meta": {
@@ -5148,9 +5178,24 @@
"pattern": "^[0-9a-zA-Z_-]{1,255}$"
}
},
"maxAge": {
"type": "number"
+ },
+ "triggerOn": {
+ "type": "string",
+ "enum": [
+ "batch",
+ "individual",
+ "both"
+ ]
+ },
+ "batchBehavior": {
+ "type": "string",
+ "enum": [
+ "once",
+ "each"
+ ]
}
},
"additionalProperties": false
},
"meta": {
\ No newline at end of file