* fix connector * fix more things * prepare release * cleanup * format * revert back to wrapper object * format
21 lines
455 B
JSON
21 lines
455 B
JSON
{
|
|
"streams": [
|
|
{
|
|
"name": "DatasetItems",
|
|
"supported_sync_modes": ["full_refresh"],
|
|
"destination_sync_mode": "overwrite",
|
|
"json_schema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"data": {
|
|
"type": "object",
|
|
"additionalProperties": true
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|
|
}
|
|
]
|
|
}
|