ebi-ait / checklist

Template repository for checklists
Apache License 2.0
1 stars 0 forks source link

Fields without values should not be accepted #33

Closed ESapenaVentura closed 2 weeks ago

ESapenaVentura commented 4 weeks ago

In the JSON schema conversion process, we should specify that strings should not be empty. The logic would be:

if "type" == "string"; minLength = 1