summaryrefslogtreecommitdiff
path: root/artifacts/template.json
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-03-04 18:14:12 -0500
committerAdam T. Carpenter <atc@53hor.net>2021-03-04 18:14:12 -0500
commit0c63ae51d1221b8ecd9742c7d5580bd06551ecbb (patch)
tree5c87242c295f519252db57c0eb269058e8b959c2 /artifacts/template.json
parent1259dad8d561bd390262314035d5252905d1c12e (diff)
downloadtwinh-0c63ae51d1221b8ecd9742c7d5580bd06551ecbb.tar.xz
twinh-0c63ae51d1221b8ecd9742c7d5580bd06551ecbb.zip
did some templating, added some models
Diffstat (limited to 'artifacts/template.json')
-rw-r--r--artifacts/template.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/artifacts/template.json b/artifacts/template.json
new file mode 100644
index 0000000..ddacc2a
--- /dev/null
+++ b/artifacts/template.json
@@ -0,0 +1,22 @@
+{
+ "type": "part",
+ "shortName": "Wheel Bearing",
+ "fitsCars": [
+ {
+ "type": "car",
+ "year": 1953,
+ "make": "Hudson",
+ "model": "Hornet",
+ "engine": {
+ "type": "engine",
+ "cylinders": 6,
+ "displacement": 308,
+ "layout": "I"
+ },
+ "doors": 4,
+ "transmission": "Dual-Range Hydramatic"
+ }
+ ],
+ "sources": ["url://", "url://"],
+ "categories": ["Wheel & Tire", "Drivetrain"]
+}