Quillwright / data /sample_catalog.json
Aarya2004's picture
Deploy Quillwright (stub Docker Space): bespoke gr.Server app + sample data
76a2f92 verified
Raw
History Blame Contribute Delete
445 Bytes
{
"_note": "SAMPLE pricing for demo only. Not real market prices.",
"items": [
{"key": "capacitor", "description": "Dual run capacitor", "unit": "ea", "rate": 24.0},
{"key": "contactor", "description": "Compressor contactor", "unit": "ea", "rate": 38.0},
{"key": "refrigerant_r410a", "description": "R-410A refrigerant", "unit": "lb", "rate": 30.0},
{"key": "labor", "description": "Labor", "unit": "hr", "rate": 90.0}
]
}