Merge pull request 'Add some channel properties' (#1) from chore/add_channel_properties into master
Reviewed-on: #1
This commit is contained in:
commit
b5e2e5c3e1
6
index.js
6
index.js
@ -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": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user