ONSdigital / csvw-check

A CLI to validate CSV-Ws (W3C's CSV on the Web standard).
Apache License 2.0
1 stars 1 forks source link

Create schema class with function to load from csvw-metadata #15

Closed josepajay closed 3 years ago

josepajay commented 3 years ago

Create a schema class with required attributes and function to load schema from metadata. Can be completed only after #18 #21 is done

Time estimates: 0.5 day

robons commented 3 years ago

As part of this, ensure that your CLI can instantiate (and validate) the Schema class you're defining here.

josepajay commented 3 years ago

Time estimates: 0.5 days