Skip to content

Commit

Permalink
schema: Update flow.schema.json to include `MaterializationEndpoint…
Browse files Browse the repository at this point in the history
…::Dekaf`
  • Loading branch information
jshearer committed Sep 20, 2024
1 parent 9e5d348 commit 6fa871d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions flow.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,10 @@
}
}
},
"DekafConfig": {
"description": "Dekaf configuration. Currently empty, but present to enable easy addition of config options when they show up in the future.",
"type": "object"
},
"Derivation": {
"description": "Derive specifies how a collection is derived from other collections.",
"type": "object",
Expand Down Expand Up @@ -913,6 +917,19 @@
}
},
"additionalProperties": false
},
{
"title": "A Dekaf connection",
"type": "object",
"required": [
"dekaf"
],
"properties": {
"dekaf": {
"$ref": "#/definitions/DekafConfig"
}
},
"additionalProperties": false
}
]
},
Expand Down

0 comments on commit 6fa871d

Please sign in to comment.