metadata-qa-api icon indicating copy to clipboard operation
metadata-qa-api copied to clipboard

Metadata Quality Assessment Framework API

Results 84 metadata-qa-api issues
Sort by recently updated
recently updated
newest added

Now equals accepts a string which is a reference to a a field. It should accept other values (number, boolean, non references string) as well

Now it is possible to combine with minLengh and maxLength, but a simple lenght also would be useful (e.g. to check 2 letter country or 3 letter language codes).

The schema format described at https://github.com/pkiraly/metadata-qa-api#defining-schema-with-a-configuration-file should get * a name (how about "MQA Schema"?) * one or more meta-schemas (I could create a JSON Schema). Each meta-schema should also...