Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revise JSON-schemas #2

Open
lzehl opened this issue Jan 20, 2025 · 1 comment
Open

revise JSON-schemas #2

lzehl opened this issue Jan 20, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lzehl
Copy link
Member

lzehl commented Jan 20, 2025

The JSON-schemas should be usable with a common JSON-schema validator to validate our JSON-LDs.
NOTE: compact JSON-LD representations seems to be not supported by common JSON-schema validators.

@lzehl lzehl added the bug Something isn't working label Jan 20, 2025
@Raphael-Gazzotti
Copy link
Member

Raphael-Gazzotti commented Jan 24, 2025

Currently, the $ref references in our JSON Schema are not valid JSON Schema references. To resolve this, we need to update them to point to valid schemas instead of linking to the documentation.

This is related to #1, where we can explore the option of using embedded schemas as a potential solution. Another quick fix could be to link them to the Github resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants