-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for non-codemeta contexts introducing their own terms for Codemeta/schema.org properties #44
Comments
We currently yet do not substitute the context before validating: Tested with revision 83e6919, we already got the error message:
What is the expected behavior in this case? |
I meant when importing
On the current version, I get {
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"name": "My Software"
} |
Yes, it is already this behavior I'm getting with even an older revision (c1bce7d, if we comment out codemeta-generator/js/validation/index.js Line 34 in c1bce7d
@context error).
This issue might be recategorized as |
For example:
is equivalent to
but is rejected because we unconditionally substitute the context with our own before validating
The text was updated successfully, but these errors were encountered: