1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Files
airbyte/airbyte-integrations/connectors/source-rocket-chat/source_rocket_chat/schemas/subscriptions.json
Haithem SOUALA b690004d8e 🎉 New Source: Rocket.chat [low-code cdk] (#18635)
* 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>
2022-11-14 21:43:19 -03:00

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"]
}
}
}