summaryrefslogtreecommitdiff
path: root/artifacts/template.json
diff options
context:
space:
mode:
Diffstat (limited to 'artifacts/template.json')
-rw-r--r--artifacts/template.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/artifacts/template.json b/artifacts/template.json
deleted file mode 100644
index ddacc2a..0000000
--- a/artifacts/template.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "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"]
-}