Add some channel properties #1

Merged
raucao merged 1 commits from chore/add_channel_properties into master 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": [