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

Reviewed-on: #1
This commit is contained in:
Râu Cao 2022-01-10 23:19:45 +00:00
commit b5e2e5c3e1

View File

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