Adzz / data_schema

Declarative schemas for data transformations.
Apache License 2.0
86 stars 9 forks source link

let default be an atomic value too. #38

Open Adzz opened 2 years ago

Adzz commented 2 years ago

currently it's a 0 arity fn which is good for like Date.utc_today but verbose for [] as it has to be fn -> [] end

we can probably support both with a check