schemas/experienceView.json in losant_rest-1.8.1 vs schemas/experienceView.json in losant_rest-1.8.2
- old
+ new
@@ -20,9 +20,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"
+ ]
+ },
"name": {
"type": "string",
"minLength": 1,
"maxLength": 255
},
\ No newline at end of file