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
Specifying "simpleType" shall not be possible anymore:
{ type: "simpleType", definition: "string" }
It must be replaced by:
{ type: "string" }
The text was updated successfully, but these errors were encountered:
de-release "simpleType" definitions #10
d9d6762
jzod "lazy" type definition is wrong: replace it with a proper schema…
2a3bb36
… reference #11 de-release "simpleType" definitions #10
miroir-framework
No branches or pull requests
Specifying "simpleType" shall not be possible anymore:
It must be replaced by:
The text was updated successfully, but these errors were encountered: