File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ interface Shapes {
170
170
xmlWrapped : string ;
171
171
readOnly : string ;
172
172
deprecated : string ;
173
+ uniqueItems : string ;
173
174
}
174
175
175
176
interface Data {
@@ -287,6 +288,7 @@ interface Shacl {
287
288
raw : string ;
288
289
datatype : string ;
289
290
minCount : string ;
291
+ maxCount : string ;
290
292
xone : string ;
291
293
not : string ;
292
294
or : string ;
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ ns.aml.vocabularies.shapes.xmlAttribute = `${shapesKey}xmlAttribute`;
186
186
ns . aml . vocabularies . shapes . xmlWrapped = `${ shapesKey } xmlWrapped` ;
187
187
ns . aml . vocabularies . shapes . readOnly = `${ shapesKey } readOnly` ;
188
188
ns . aml . vocabularies . shapes . deprecated = `${ shapesKey } deprecated` ;
189
+ ns . aml . vocabularies . shapes . uniqueItems = `${ shapesKey } uniqueItems` ;
189
190
ns . aml . vocabularies . data = { } ;
190
191
ns . aml . vocabularies . data . key = `${ ns . aml . vocabularies . key } data#` ;
191
192
const dataKey = ns . aml . vocabularies . data . key ;
@@ -281,6 +282,7 @@ ns.w3.shacl.name = `${n2shaclName}name`;
281
282
ns . w3 . shacl . raw = `${ n2shaclName } raw` ;
282
283
ns . w3 . shacl . datatype = `${ n2shaclName } datatype` ;
283
284
ns . w3 . shacl . minCount = `${ n2shaclName } minCount` ;
285
+ ns . w3 . shacl . maxCount = `${ n2shaclName } maxCount` ;
284
286
ns . w3 . shacl . xone = `${ n2shaclName } xone` ;
285
287
ns . w3 . shacl . not = `${ n2shaclName } not` ;
286
288
ns . w3 . shacl . or = `${ n2shaclName } or` ;
You can’t perform that action at this time.
0 commit comments