jbenet / transformer

transformer - multiformat data conversion
transform.datadex.io
130 stars 7 forks source link

transformer as a data validtor ? #19

Open jeromew opened 10 years ago

jeromew commented 10 years ago

Hello,

is there a way to use transformer to validate that a data point is conformant to its given json-ld description (and maybe the schema) ?

I tried to use the browser experiment to convert "abc", with (integer, integer) and saw that nothing happens (no transformation, no error message for schema validation)

Can you help me understand how data-types schema are implemented ?