StructTypeSchema
export type StructTypeSchema = {
fieldTypes: FieldTypeSchema[]
format: "singleton"
| "list"
| "map"
id: string
kind: "struct"
name: string
}
export type StructTypeSchema = {
fieldTypes: FieldTypeSchema[]
format: "singleton"
| "list"
| "map"
id: string
kind: "struct"
name: string
}