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
minItems
maxItems
(Adding this issue as a placeholder, will add more details later).
The property seems to be included in the njson API, but for some reason is not trickling down to the sgen generated classes.
https://github.com/RicoSuter/NJsonSchema/blob/1569e52401628d009af8044d1886d5a26770d05c/src/NJsonSchema/JsonSchema.cs#L491
This property also seems to be standard in the json-schema core: https://json-schema.org/understanding-json-schema/reference/array#length
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(Adding this issue as a placeholder, will add more details later).
The property seems to be included in the njson API, but for some reason is not trickling down to the sgen generated classes.
https://github.com/RicoSuter/NJsonSchema/blob/1569e52401628d009af8044d1886d5a26770d05c/src/NJsonSchema/JsonSchema.cs#L491
This property also seems to be standard in the json-schema core:
https://json-schema.org/understanding-json-schema/reference/array#length
The text was updated successfully, but these errors were encountered: