We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Concerto 1.0.0-alpha.2 It isn't possible to validate against models with system-generated identifiers.
1.0.0-alpha.2
Model
namespace org.test concept C identified { }
Data
{ "$class": "org.test.C" }
Results in the following exception:
Instance org.test.C#undefined has an empty identifier.
The text was updated successfully, but these errors were encountered:
Addressed in #246:
zsh-5.8$ more test.cto namespace org.test concept C identified { } zsh-5.8$ more test.json { "$class": "org.test.C" } zsh-5.8$ ./index.js validate --model test.cto --input test.json --functional 2:14:44 PM - INFO: Input is valid
Sorry, something went wrong.
jeromesimeon
No branches or pull requests
Description
In Concerto
1.0.0-alpha.2
It isn't possible to validate against models with system-generated identifiers.Example
Model
Data
Results in the following exception:
The text was updated successfully, but these errors were encountered: