Proposal: new keyword uniqueValues #426
SorinGFS
started this conversation in
Specification
Replies: 1 comment 4 replies
-
I have this defined as a vocabulary already: https://docs.json-everything.net/schema/vocabs/uniquekeys/ |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a situation where array of objects may conflict if some items has properties with identical values. E.g.,
This could be invalidated by a keyword like
uniqueValues
which should be an array containing the property names which should be checked to contain unique values.Beta Was this translation helpful? Give feedback.
All reactions