mirror of
https://github.com/status-im/airbyte-custom-connector.git
synced 2025-02-22 13:48:24 +00:00
49 lines
691 B
JSON
49 lines
691 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"id": {
|
|
"type": [
|
|
"null",
|
|
"string"
|
|
]
|
|
},
|
|
"id": {
|
|
"created_at": [
|
|
"null",
|
|
"string"
|
|
]
|
|
},
|
|
"retweet_count": {
|
|
"type": [
|
|
"null",
|
|
"number"
|
|
]
|
|
},
|
|
"reply_count": {
|
|
"type": [
|
|
"null",
|
|
"number"
|
|
]
|
|
},
|
|
"like_count": {
|
|
"type": [
|
|
"null",
|
|
"number"
|
|
]
|
|
},
|
|
"quote_count": {
|
|
"type": [
|
|
"null",
|
|
"number"
|
|
]
|
|
},
|
|
"referenced_tweets": {
|
|
"type": [
|
|
"null",
|
|
"string"
|
|
]
|
|
}
|
|
}
|
|
}
|