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.
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 ["properties", "<FIELD_NAME>"] refers to the properties.<FIELD_NAME> portion of the schema. For example: ["properties", "id"] would refer to a field named `id` | |
metadata | MetadataObject |