aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndy Coupe <[email protected]>2020-11-18 21:59:36 +0000
committerAndy Coupe <[email protected]>2020-11-18 21:59:36 +0000
commit081588a8f835b383629df5338d024c6aec17cdbc (patch)
treeb7b6bb69730554457fc4a3a62a82b7b798253d1d /lib
parentde16abad2ba7362b2f9d0ff7640c34471232df57 (diff)
downloadfaker-081588a8f835b383629df5338d024c6aec17cdbc.tar.xz
faker-081588a8f835b383629df5338d024c6aec17cdbc.zip
edit schema
Diffstat (limited to 'lib')
-rw-r--r--lib/vehicle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vehicle.js b/lib/vehicle.js
index 59b868b4..cea42d87 100644
--- a/lib/vehicle.js
+++ b/lib/vehicle.js
@@ -124,7 +124,7 @@ var Vehicle = function (faker) {
).toUpperCase();
};
- self.color.schema = {
+ self.vrm.schema = {
"description": "Generates a vehicle vrm",
"sampleResults": ["MF56UPA", "GL19AAQ", "SF20TTA"]
};