Not sure how this happened, but the jsonld schema in main was not up to date with the YAML model. I was trying to validate a Condition dataset and was getting an error because line 167 of the schema still said participantId instead of participantExternalId. I regenerated new schemas using schematic and they are now working.
Not sure how this happened, but the jsonld schema in
main
was not up to date with the YAML model. I was trying to validate a Condition dataset and was getting an error because line 167 of the schema still saidparticipantId
instead ofparticipantExternalId
. I regenerated new schemas using schematic and they are now working.