fn validate_schema_1(
    schema: SchemaNode<'_>
) -> Result<Vec<(ColumnName, ColumnType)>>
Expand description

Convert an Avro schema to a series of columns and names, flattening the top-level record, if the top node is indeed a record.