* init commit * add streams * add streams * add streams * add streams * solve conflict doc * solve doc conflict * updates to connector * Update acceptance-test-config.yml * Revert "Update acceptance-test-config.yml" This reverts commit e79ea7c7db984b3abaf7686627b34f18ea42b526. * solve source def conflict * solve spec conflict Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Vincent Koc <vincentkoc@ieee.org> Co-authored-by: Vincent Koc <25068+koconder@users.noreply.github.com>
52 lines
931 B
JSON
52 lines
931 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"_id": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"open": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"alert": {
|
|
"type": ["null", "boolean"]
|
|
},
|
|
"unread": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"userMentions": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"groupMentions": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"ts": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"name": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"t": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"fname": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"ls": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"u": {
|
|
"type": ["null", "object"]
|
|
},
|
|
"rid": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"_updatedAt": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"roles": {
|
|
"type": ["null", "array"]
|
|
}
|
|
}
|
|
}
|