schemas/flowVersion.json in losant_rest-1.17.2 vs schemas/flowVersion.json in losant_rest-1.17.3
- old
+ new
@@ -27,9 +27,33 @@
},
"lastUpdated": {
"type": "string",
"format": "date-time"
},
+ "createdById": {
+ "type": "string",
+ "pattern": "^[A-Fa-f\\d]{24}$"
+ },
+ "createdByType": {
+ "type": "string",
+ "enum": [
+ "flow",
+ "user",
+ "apiToken"
+ ]
+ },
+ "lastUpdatedById": {
+ "type": "string",
+ "pattern": "^[A-Fa-f\\d]{24}$"
+ },
+ "lastUpdatedByType": {
+ "type": "string",
+ "enum": [
+ "flow",
+ "user",
+ "apiToken"
+ ]
+ },
"version": {
"type": "string",
"minLength": 1,
"maxLength": 255
},
\ No newline at end of file