Open egekorkan opened 6 months ago
- Testing the JSON schema against some bad TDs, seems to validate anything I give it to https://www.jsonschemavalidator.net/s/zU8fEe6N
It seems that the JSON schema defines types like ActionAffordance
as part of $defs
but nothing ever points to it...
The "simple" issue is that we are not linking to #/$defs/Thing
from the root level. We can fix it manually but we should be able to generate it automatically
@mahdanoura should we close this issue and open issues for new stuff? This is quite outdated at this point