The documentation on the CFF format mentions that family-names and given-names are mandatory for a Person object.

Link to docs:
https://citation-file-format.github.io/assets/pdf/cff-specifications-1.0.3.pdf
However, it passes the validation check from cffconvert --validate.
Expected behaviour: It fails the validation check due to a mandatory field missing
The documentation on the CFF format mentions that
family-namesandgiven-namesare mandatory for a Person object.Link to docs:
https://citation-file-format.github.io/assets/pdf/cff-specifications-1.0.3.pdf
However, it passes the validation check from
cffconvert --validate.Expected behaviour: It fails the validation check due to a mandatory field missing