khard icon indicating copy to clipboard operation
khard copied to clipboard

Use a schema to validate yaml input

Open lucc opened this issue 5 years ago • 0 comments

Currently we do validate the yaml data by hand, see the update() method. This is cumbersome and not documented. We should use a schema (and probably a library) instead and communicate the expected yaml schema in the docs properly.

lucc avatar Aug 27 '20 20:08 lucc