As mentioned in that issue, if you put an empty RPDE page into the Data Model Validator, it will fail it and provide misleading errors like Please add an @type property to this JSON object.
I'm not sure what prompted this issue in the first place, but it does seem that it could hamper a data publisher's ability to run automated validation on their feeds as part of CI, which should otherwise be encouraged
Spawned from https://github.com/openactive/rpde-validator/issues/25
As mentioned in that issue, if you put an empty RPDE page into the Data Model Validator, it will fail it and provide misleading errors like
Please add an @type property to this JSON object.
Still happening?
To confirm that this is still the case, using https://validator.openactive.io/
This passes (model) validation
This fails (model) validation
Impact
I'm not sure what prompted this issue in the first place, but it does seem that it could hamper a data publisher's ability to run automated validation on their feeds as part of CI, which should otherwise be encouraged