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
For arrays, setting uniqueItems to true is not reflected in the documentation, but should generally be considered important for a reader.
type: array items: type: string enum: - "one" - "two" - "three" minItems: 1 uniqueItems: true
Leaving this to the description leads to inconsistent and insufficient documentation.
The text was updated successfully, but these errors were encountered:
Thanks for the issue!
PR would be appreciated!
Sorry, something went wrong.
Add field constraint indicator for uniqueItems (#1423)
d4ae371
* Add field constraint indicator for uniqueItems Resolves #1353 * Update src/components/Fields/FieldContstraints.tsx Co-authored-by: Roman Hotsiy <[email protected]>
feat: add field constraint indicator for uniqueItems (#1423)
c0ae9de
The new version works perfectly for me; thank you!
Successfully merging a pull request may close this issue.
For arrays, setting uniqueItems to true is not reflected in the documentation, but should generally be considered important for a reader.
Leaving this to the description leads to inconsistent and insufficient documentation.
The text was updated successfully, but these errors were encountered: