Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 726 Bytes

StreamSchema.md

File metadata and controls

13 lines (9 loc) · 726 Bytes

StreamSchema

A Stream Schema object contains information needed to select a stream and its fields for replication.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]