@tsofist/schema-forge 2.4.0 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/fake-generator.js +1 -0
- package/lib/validator.js +5 -2
- package/package.json +1 -1
package/lib/fake-generator.js
CHANGED
package/lib/validator.js
CHANGED
|
@@ -366,8 +366,11 @@ function addJSDocKeywords(engine) {
|
|
|
366
366
|
pattern: EntityNamePattern,
|
|
367
367
|
},
|
|
368
368
|
indexes: {
|
|
369
|
-
type: '
|
|
370
|
-
|
|
369
|
+
type: 'object',
|
|
370
|
+
additionalProperties: DBIndexSchema,
|
|
371
|
+
propertyNames: {
|
|
372
|
+
pattern: PropertyNamePattern,
|
|
373
|
+
},
|
|
371
374
|
},
|
|
372
375
|
},
|
|
373
376
|
},
|