schemas/org.json in losant_rest-1.19.3 vs schemas/org.json in losant_rest-1.19.4
- old
+ new
@@ -572,8 +572,26 @@
"enum": [
"notRequired",
"adminRequired",
"required"
]
+ },
+ "banner": {
+ "type": "object",
+ "properties": {
+ "message": {
+ "type": "string",
+ "maxLength": 2048
+ },
+ "level": {
+ "type": "string",
+ "enum": [
+ "info",
+ "warning",
+ "critical"
+ ]
+ }
+ },
+ "additionalProperties": false
}
}
}
\ No newline at end of file