{
  "$schema": "https://fullstackhvac.com/templates/v1/submission.schema.json",
  "schema_version": "1.0",
  "submission_metadata": {
    "prepared_by": "Example vendor product team",
    "prepared_at": "2026-06-17T00:00:00Z",
    "agent": "claude",
    "source_notes": "Illustrative example for product_kind=physical_tool (a smart thermostat). Representative values."
  },
  "submitter": {
    "name": "Sam Hardware",
    "email": "sam@example-controls.com",
    "role": "Product Manager",
    "relationship_to_vendor": "employee"
  },
  "rights_attestation": {
    "assets_licensed": true,
    "data_accurate": true,
    "understands_editorial_review": true
  },
  "vendor": {
    "slug": "example-controls",
    "name": "Example Controls",
    "website": "https://example-controls.com",
    "logo_url": "https://example-controls.com/logo.png",
    "headquarters": "Palo Alto, CA, USA",
    "employee_range": "500+",
    "ownership_type": "Public"
  },
  "products": [
    {
      "name": "Example Learning Thermostat",
      "slug": "example-learning-thermostat",
      "product_kind": "physical_tool",
      "website_url": "https://example-controls.com/thermostat",
      "status": "active",
      "pricing_model": "quote_only",
      "pricing_notes": "$199-$299 typical retail range.",
      "has_mobile_app": true,
      "deployment_type": "cloud",
      "product_positioning_notes": "Wi-Fi learning thermostat with geofencing and a pro install ecosystem. Reference only.",
      "classification": {
        "primary_index_key": "measurements",
        "index_keys": ["measurements"],
        "primary_category_slug": "smart-thermostats",
        "secondary_category_slugs": []
      },
      "features": [
        { "feature_slug": "measurequick-compatible", "present": false }
      ],
      "smart_tool_details": {
        "pricing_model": "retail",
        "pricing_starting_at": 249,
        "pricing_notes": "MSRP for the top trim.",
        "connectivity": ["wifi", "cloud"],
        "a2l_compatible": false,
        "data_logging": true,
        "ecosystem_platform": "Example Home Ecosystem",
        "ruggedness_rating": "lab",
        "battery_type": "Rechargeable lithium + C-wire",
        "warranty_years": 2,
        "has_mobile_app": true,
        "companion_app": "Example Home",
        "measurement_range": "45 to 95 F setpoint",
        "measurequick_compatible": false
      },
      "media": {
        "logo_url": "https://example-controls.com/logo.png",
        "screenshots": [
          { "url": "https://example-controls.com/thermostat-hero.png", "caption": "Device + app" }
        ]
      },
      "source_urls": ["https://example-controls.com/thermostat", "https://example-controls.com/specs"]
    }
  ]
}
