23andMe / Yamale

A schema and validator for YAML.
MIT License
680 stars 89 forks source link

Implement set() validator #87

Closed slonokot closed 4 years ago

slonokot commented 4 years ago

if I want to have a list of unique strings like this:

list:
  - test
  - test

there's no way to validate the list entries are unique.