RecordSchema.fields_

Defines the fields of the record.

class RecordSchema
@idMap("name", "type")
Either!(None, RecordField[]) fields_;

Meta