File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ interface Shapes {
191
191
discriminatorValue : string ;
192
192
format : string ;
193
193
multipleOf : string ;
194
+ uniqueItems : string ;
194
195
}
195
196
196
197
interface Data {
Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ ns.aml.vocabularies.shapes.discriminator = `${shapesKey}discriminator`;
206
206
ns . aml . vocabularies . shapes . discriminatorValue = `${ shapesKey } discriminatorValue` ;
207
207
ns . aml . vocabularies . shapes . format = `${ shapesKey } format` ;
208
208
ns . aml . vocabularies . shapes . multipleOf = `${ shapesKey } multipleOf` ;
209
+ ns . aml . vocabularies . shapes . uniqueItems = `${ shapesKey } uniqueItems` ;
209
210
ns . aml . vocabularies . data = { } ;
210
211
ns . aml . vocabularies . data . key = `${ ns . aml . vocabularies . key } data#` ;
211
212
const dataKey = ns . aml . vocabularies . data . key ;
You can’t perform that action at this time.
0 commit comments