{
  "$schema": "https://fullstackhvac.com/templates/v1/submission.schema.json",
  "schema_version": "1.0",
  "submission_metadata": {
    "prepared_by": "Example services provider",
    "prepared_at": "2026-06-17T00:00:00Z",
    "agent": "claude",
    "source_notes": "Illustrative example for product_kind=service (a value-added service; no extension object)."
  },
  "submitter": {
    "name": "Morgan Service",
    "email": "morgan@example-ductworks.com",
    "role": "Operations Lead",
    "relationship_to_vendor": "employee"
  },
  "rights_attestation": {
    "assets_licensed": true,
    "data_accurate": true,
    "understands_editorial_review": true
  },
  "vendor": {
    "slug": "example-ductworks",
    "name": "Example DuctWorks",
    "website": "https://example-ductworks.com",
    "headquarters": "Phoenix, AZ, USA",
    "employee_range": "11-25",
    "ownership_type": "Private"
  },
  "products": [
    {
      "name": "Aeroseal Duct Sealing Service",
      "slug": "aeroseal-duct-sealing-service",
      "product_kind": "service",
      "website_url": "https://example-ductworks.com/duct-sealing",
      "status": "active",
      "pricing_model": "quote_only",
      "pricing_notes": "Per-home quote based on duct length and accessibility.",
      "product_positioning_notes": "Subcontracted aeroseal duct-sealing fulfillment for HVAC contractors. Reference only.",
      "classification": {
        "primary_index_key": "value-added-services",
        "index_keys": ["value-added-services"],
        "primary_category_slug": "duct-sealing",
        "secondary_category_slugs": []
      },
      "features": [
        { "vendor_label": "White-label fulfillment", "description": "Performed under the contractor's brand with co-branded reporting." }
      ],
      "source_urls": ["https://example-ductworks.com/duct-sealing"]
    }
  ]
}
