follow up of #9 to fix the validation. Here the issue is that all data are valid
linkml-validate -s src/miiid_schema/schema/miiid_schema.yaml -C IntermicrobialInteraction\ \
src/data/examples/valid/IntermicrobialInteraction-pairwise-with-missing-data.yaml
# None for valid data
linkml-validate -s src/miiid_schema/schema/miiid_schema.yaml -C IntermicrobialInteraction \
src/data/examples/invalid/IntermicrobialInteraction-pairwise-with-wrong-missing-data.yaml
# None for invalid data as well
It turns out that the integers or enums are converted to strings:
follow up of #9 to fix the validation. Here the issue is that all data are valid
It turns out that the integers or enums are converted to strings: