teemtee / fmf

Flexible Metadata Format
GNU General Public License v2.0
22 stars 28 forks source link

Add JSON Schema validation method #161

Closed thrix closed 2 years ago

thrix commented 2 years ago

Add method for validation JSON Schema to any node.

It validates the data attribute with the provided JSON Schema passed as a loaded YAML.

Signed-off-by: Miroslav Vadkerti mvadkert@redhat.com

thrix commented 2 years ago

/packit test

lukaszachy commented 2 years ago

Good catch with the generator. My past experience says that it is easy to exhaust it and later be surprised why suddenly the list is empty.

thrix commented 2 years ago

@lukaszachy @psss merge pretty pls

lukaszachy commented 2 years ago

@psss Merged to unblock development.