You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to generate a JSON with a String having format set to uuid and I get an error.
Will try to have a look later this week or weekend to see if I can create PR to add support for this.
Here is the error I got from the module:
unknown registry key "uuid" in /properties/id
at run (node_modules/json-schema-faker/lib/index.js:1380:19) at jsf (node_modules/json-schema-faker/lib/index.js:1423:12) at generateFixture (node_modules/fixtures-generator/lib/generate.js:18:15) at node_modules/fixtures-generator/lib/generate.js:14:26 at Array.map (<anonymous>) at generateFixtures (node_modules/fixtures-generator/lib/generate.js:14:17) at Generator.generate (node_modules/fixtures-generator/lib/Generator.js:12:12)
The text was updated successfully, but these errors were encountered:
Trying to generate a JSON with a String having format set to uuid and I get an error.
Will try to have a look later this week or weekend to see if I can create PR to add support for this.
Here is the error I got from the module:
unknown registry key "uuid" in /properties/id
at run (node_modules/json-schema-faker/lib/index.js:1380:19) at jsf (node_modules/json-schema-faker/lib/index.js:1423:12) at generateFixture (node_modules/fixtures-generator/lib/generate.js:18:15) at node_modules/fixtures-generator/lib/generate.js:14:26 at Array.map (<anonymous>) at generateFixtures (node_modules/fixtures-generator/lib/generate.js:14:17) at Generator.generate (node_modules/fixtures-generator/lib/Generator.js:12:12)
The text was updated successfully, but these errors were encountered: