Sequential Metadata JSON
Last updated
Last updated
This guide describes the sequential metadata JSON spec.
The JSON for a sequential table is the same as the single table JSON with some added elements.
You can optionally include additional metadata related to your sequences.
"sequence_key"
: A column name of the sequence key, if you have multi-sequence data
"sequence_index"
: A column name of the sequence index, if you have sequential data
Create your metadata programmatically. Use the to automatically detect the metadata based on your data.
See for more details.