Merge pull request 'Add some channel properties' (#1) from chore/add_channel_properties into master

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2022-01-10 23:19:45 +00:00

View File

@@ -65,6 +65,12 @@ const Kosmos = function(privateClient/*, publicClient*/) {
},
"topic": {
"type": [ "string", "null" ]
},
"description": {
"type": [ "string", "null" ]
},
"isLogged": {
"type": [ "boolean", "null" ]
}
},
"required": [