schemas/instanceOrgs.json in losant_rest-1.19.3 vs schemas/instanceOrgs.json in losant_rest-1.19.4

- old
+ new

@@ -480,9 +480,27 @@ "enum": [ "notRequired", "adminRequired", "required" ] + }, + "banner": { + "type": "object", + "properties": { + "message": { + "type": "string", + "maxLength": 2048 + }, + "level": { + "type": "string", + "enum": [ + "info", + "warning", + "critical" + ] + } + }, + "additionalProperties": false } }, "additionalProperties": false, "required": [ "name" \ No newline at end of file