I have this error resulting of the Account HL7 model validation:
"test_schema_metadata": {
"test_name": "Validating schema.json metadata",
"success": false,
"message": [
"*** schema.json file not found"
]
},
which shows an issue since the shema.json is found ! through "test_file_exists" test !
=> the initial path of the model, for our case: https://raw.githubusercontent.com/agaldemas/incubated/master/SMARTHEALTH/HL7/FHIR-R4/ is not preserved
but replaced replaced by the root of the subject + model name, and then the schema.json is found in "test_file_exists", but not after ????
something is wrong in the reasoning of getting files and their path for validation....
in particular, I think it's in the function def download_files(subject_root, download_dir): from test_data_model/master_tests.py