Add first Winchester catalog product

This commit is contained in:
Andrew Griess
2026-07-15 11:21:49 -05:00
parent d27e5cf70c
commit 96029fef55
6 changed files with 88 additions and 6 deletions

View File

@@ -0,0 +1,36 @@
{
"catalog_version": 1,
"record_uuid": "6df27dd1-240e-4af9-9307-85aad1bd6c25",
"upc": "020892201989",
"sku": "Q3131",
"manufacturer": "Winchester",
"brand": "USA",
"product_name": "5.56 NATO M193",
"caliber": "5.56 NATO",
"bullet": {
"weight_gr": 55,
"type": "FMJ",
"material": "Lead core"
},
"case": {
"material": "Brass",
"reloadable": true
},
"primer": {
"type": "Boxer",
"sealed": null
},
"package": {
"rounds_per_box": 20,
"boxes_per_case": null
},
"ballistics": {
"muzzle_velocity_fps": null,
"muzzle_energy_ft_lbs": null,
"test_barrel_length_in": null
},
"image": null,
"sources": [],
"status": "unverified",
"last_updated": "2026-07-15"
}

View File

@@ -1,7 +1,45 @@
{ {
"format": "roundcount-catalog", "format": "roundcount-catalog",
"catalog_version": 1, "catalog_version": 1,
"generated_at": "2026-07-15T16:19:54+00:00", "generated_at": "2026-07-15T16:21:26+00:00",
"product_count": 0, "product_count": 1,
"products": [] "products": [
{
"catalog_version": 1,
"record_uuid": "6df27dd1-240e-4af9-9307-85aad1bd6c25",
"upc": "020892201989",
"sku": "Q3131",
"manufacturer": "Winchester",
"brand": "USA",
"product_name": "5.56 NATO M193",
"caliber": "5.56 NATO",
"bullet": {
"weight_gr": 55,
"type": "FMJ",
"material": "Lead core"
},
"case": {
"material": "Brass",
"reloadable": true
},
"primer": {
"type": "Boxer",
"sealed": null
},
"package": {
"rounds_per_box": 20,
"boxes_per_case": null
},
"ballistics": {
"muzzle_velocity_fps": null,
"muzzle_energy_ft_lbs": null,
"test_barrel_length_in": null
},
"image": null,
"sources": [],
"status": "unverified",
"last_updated": "2026-07-15",
"_catalog_path": "catalog/winchester/020892201989.json"
}
]
} }

Binary file not shown.

View File

@@ -1 +1,5 @@
[] {
"winchester": [
"catalog/winchester/020892201989.json"
]
}

View File

@@ -1 +1,3 @@
[] {
"winchester:q3131": "catalog/winchester/020892201989.json"
}

View File

@@ -1 +1,3 @@
[] {
"020892201989": "catalog/winchester/020892201989.json"
}