-
Notifications
You must be signed in to change notification settings - Fork 61
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
ENHS example does not follow ENHS schema #41
Comments
From my point of view |
The schema says: |
okay, then it might be something that is not supported in vscode yet which editor and validation do you recommend using? as the formats will be open source, I suggest building the definitions in easily accessible/free tooling, so that anyone can contribute. If the features are not supported by editors yet, I suggest not using those features |
It seems to be supported (e.g., by VSCode), but the above mentioned syntax seems to be wrong due to https://json-schema.org/understanding-json-schema/reference/conditionals.html Conditional subschemas have to be defined in the following way (the key "properties" is missing in @huber-nicolas example:
|
boolean values should be
false
instead of"false"
plus property
fallbackClass
missingThe text was updated successfully, but these errors were encountered: