changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "created_at": {
+ "title": "Created At",
+ "type": "string"
+ },
+ "description": {
+ "title": "Description",
+ "type": "string"
+ },
+ "is_public": {
+ "title": "Is Public",
+ "type": "boolean"
+ },
+ "message_count": {
+ "title": "Message Count",
+ "type": "integer"
+ },
+ "protocol_mode": {
+ "title": "Protocol Mode",
+ "type": "string"
+ },
+ "uuid": {
+ "title": "Uuid",
+ "type": "string"
+ }
+ },
+ "required": [
+ "uuid",
+ "description",
+ "message_count",
+ "is_public",
+ "protocol_mode",
+ "created_at"
+ ],
+ "title": "RoomInfo",
+ "type": "object"
+}