Skip to content

Commit 04f6cb1

Browse files
committed
update gregsdennis vocabs
1 parent fb53c3c commit 04f6cb1

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,23 @@ The following attempts to be a curated collection of vocabularies that have been
5050
|||
5151
|-|-|
5252
|**Goal**|To allow schemas to validate known keywords against data located within the instance being validated or in external sources. Attempts to provide a solution for the highly-debated `$data` keyword.|
53-
|**Documentation**|https://json-everything.net/json-schema#schema-data-2022|
54-
|**Vocabulary ID**|`https://json-everything.net/vocabs-data-2022`|
55-
|**Meta-schema ID**|`https://json-everything.net/meta/data-2022`|
53+
|**Documentation**|https://docs.json-everything.net/schema/vocabs/data-2023|
54+
|**Vocabulary ID**|`https://docs.json-everything.net/schema/vocabs/data-2023`|
55+
|**Meta-schema ID**|`https://json-everything.net/schema/meta/vocab/data-2023`|
5656
|**Edited by**|[@gregsdennis](https://github.com/gregsdennis)|
5757
|**Project site**|https://github.com/gregsdennis/json-everything|
5858
|**Known implementations**|[JsonSchema.Net.Data](https://www.nuget.org/packages/JsonSchema.Net.Data/)|
5959

60-
### Enhanced Item Uniqueness Detection
60+
### Extended Array Validation
6161

6262
|||
6363
|-|-|
6464
|**Goal**|To allow validation of items within arrays based on the values of specified properties within each item. Addresses the ideas in issue [#22](https://github.com/json-schema-org/json-schema-vocabularies/issues/22).|
65-
|**Documentation**|https://json-everything.net/json-schema#a-vocabulary-for-identifying-uniqueness-of-array-items|
66-
|**Vocabulary ID**|`https://gregsdennis.github.io/json-everything/vocabs-unique-keys`|
67-
|**Meta-schema ID**|`https://gregsdennis.github.io/json-everything/meta/unique-keys`|
65+
|**Documentation**|https://docs.json-everything.net/schema/vocabs/array-ext|
66+
|**Vocabulary ID**|`https://docs.json-everything.net/schema/vocabs/array-ext`|
67+
|**Meta-schema ID**|`https://json-everything.net/meta/vocab/array-ext`|
6868
|**Edited by**|[@gregsdennis](https://github.com/gregsdennis)|
6969
|**Project site**|https://github.com/gregsdennis/json-everything|
70-
|**Known implementations**|[JsonSchema.Net.UniqueKeys](https://www.nuget.org/packages/JsonSchema.Net.UniqueKeys/)|
70+
|**Known implementations**|[JsonSchema.Net.UniqueKeys](https://www.nuget.org/packages/JsonSchema.Net.ArrayExt/)|
71+
72+
_**NOTE** This was initially published as the UniqueItems vocabulary. The ArrayExt extension supercedes that one._

0 commit comments

Comments
 (0)