A Stream Schema object contains information needed to select a stream and its fields for replication.
Name | Type | Description | Notes |
---|---|---|---|
schema | str | The JSON schema describing the stream's fields. | [optional] |
metadata | list[Metadata] | An array of Metadata objects. | [optional] |
non_discoverable_metadata_keys | list[str] | An array of strings corresponding to `metadata` keys that can be modified. | [optional] |