Skip to content

Commit

Permalink
cleanup StandardTapConfig (airbytehq#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada authored Sep 10, 2020
1 parent ee07cc9 commit 2208ad1
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
"description": "StandardTapConfig",
"type": "object",
"additionalProperties": false,
"required": [
"sourceConnectionImplementation",
"destinationConnectionImplementation",
"standardSync"
],
"required": ["sourceConnectionImplementation", "standardSync"],
"properties": {
"sourceConnectionImplementation": {
"$ref": "SourceConnectionImplementation.json"
Expand All @@ -19,10 +15,6 @@
},
"state": {
"$ref": "State.json"
},
"standardSyncSummary": {
"description": "optional state of the previous run. this object is standard for any sync run.",
"$ref": "StandardSyncSummary.json"
}
}
}

0 comments on commit 2208ad1

Please sign in to comment.