frictionlessdata / datapackage

Data Package is a standard consisting of a set of simple yet extensible specifications to describe datasets, data files and tabular data. It is a data definition language (DDL) and data API that facilitates findability, accessibility, interoperability, and reusability (FAIR) of data.
https://datapackage.org
The Unlicense
481 stars 107 forks source link

Support array of examples in Table Schema `example` #931

Open peterdesmet opened 1 month ago

peterdesmet commented 1 month ago

In Table Schema you can define an example (expected to be a string). Sometimes however, you want to define multiple distinct examples. Just like path, would it be possible to have example support a string or an array of strings? Or are there currently other ways to provide multiple examples?