Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 936 Bytes

Metadata.md

File metadata and controls

12 lines (8 loc) · 936 Bytes

Metadata

A Metadata object describes a stream's schema and the current state of its configuration in Stitch, including its selection status, field inclusion list, Primary Keys, and Replication Method.

Properties

Name Type Description Notes
breadcrumb list[str] An array of strings describing a path into the schema. For example: A value of [] refers to the entire schema, or stream A value of [&quot;properties&quot;, &quot;<FIELD_NAME>&quot;] refers to the properties.<FIELD_NAME> portion of the schema. For example: [&quot;properties&quot;, &quot;id&quot;] would refer to a field named `id`
metadata MetadataObject

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