Croissant 🥐

Croissant specifications as implemented by mlcroissant.
For the actual specifications, please refer to the Croissant 1.0 standard..
To add new properties, refer to the documentation.

RecordSet

Nodes to describe a dataset RecordSet.
Property Expected type Cardinality Description
sc:name sc:Text ONE The name of the RecordSet.
cr:data MANY One or more records that constitute the data of the `RecordSet`.
cr:dataType MANY The data type of the RecordSet. Mainly used to specify: `sc:Enumeration`.
sc:description sc:Text ONE
cr:examples MANY One or more records provided as example content of the `RecordSet`, or a reference to data source that contains examples.
cr:isEnumeration sc:Boolean ONE
cr:key sc:Text MANY One or more fields whose values uniquely identify each record in the `RecordSet`.
cr:field cr:Field MANY A data element that appears in the records of the RecordSet (e.g., one column of a table).