Closed abouthalf closed 3 months ago
Airtable bases now support a hierarchical "list" view for parent child relationships, allowing a cascading to-do list sort of UI. Neat!
This new view has a type of "levels", which offends the Zod Schema ViewMetadataSchema
ViewMetadataSchema
This patch adds the levels type to the Zod schema, and includes a mock view type in test fixture.
levels
What is this?
Airtable bases now support a hierarchical "list" view for parent child relationships, allowing a cascading to-do list sort of UI. Neat!
This new view has a type of "levels", which offends the Zod Schema
ViewMetadataSchema
And so?
This patch adds the
levels
type to the Zod schema, and includes a mock view type in test fixture.