You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm curating a repository that coverts text files submissions files (Variants and Casedata files - csv or tsv to json submission objects and I have some tests that started failing as soon as I've tried to update the ClinVar submission schema to the latest available on this repo.
The schema before worked just fine when I validated this json file but if I test it against the new schema I get this error:
The validation of all these files fails with the same error.
I've just noticed that you are working on (possibly) another version of the API submission schema, so I'm wondering if I should keep the old schema in our software until a the new schema is available? How are the submissions impacted by this? I am pretty sure that our clinicians won't be able to submit anything using the API (because our software has a pre-validation against the API schema and the validation with the current schema always fails) so I'm keeping the old version for now..
Thanks in advance,
Chiara
The text was updated successfully, but these errors were encountered:
Ok, when I test the validation of my demo submission file against the current schema using an external Json validator (https://www.jsonschemavalidator.net/) I see that it works, so I'm suspecting that my software might have some strict validation setting or something. I'll try to fix it. Closing this issue, sorry!
Hello! I'm curating a repository that coverts text files submissions files (Variants and Casedata files - csv or tsv to json submission objects and I have some tests that started failing as soon as I've tried to update the ClinVar submission schema to the latest available on this repo.
The schema before worked just fine when I validated this json file but if I test it against the new schema I get this error:
'clinvarDeletion' is a required property
I've also tried validating the demo submission files you have uploaded yesterday under https://github.com/ncbi/clinvar/tree/master/submission_api_schema/sample_api_submissions
The validation of all these files fails with the same error.
I've just noticed that you are working on (possibly) another version of the API submission schema, so I'm wondering if I should keep the old schema in our software until a the new schema is available? How are the submissions impacted by this? I am pretty sure that our clinicians won't be able to submit anything using the API (because our software has a pre-validation against the API schema and the validation with the current schema always fails) so I'm keeping the old version for now..
Thanks in advance,
Chiara
The text was updated successfully, but these errors were encountered: