Skip to content

Commit

Permalink
Allow top-level schemas key for inline stream schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
clnoll committed Dec 13, 2022
1 parent 35b418c commit 625d612
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ConcreteDeclarativeSource(JsonSchemaMixin):
class ManifestDeclarativeSource(DeclarativeSource):
"""Declarative source defined by a manifest of low-code components that define source connector behavior"""

VALID_TOP_LEVEL_FIELDS = {"check", "definitions", "spec", "streams", "version"}
VALID_TOP_LEVEL_FIELDS = {"check", "definitions", "schemas", "spec", "streams", "version"}

def __init__(self, source_config: ConnectionDefinition, debug: bool = False):
"""
Expand Down

0 comments on commit 625d612

Please sign in to comment.