{
  "$schema": "https://fullstackhvac.com/templates/v1/submission.schema.json",
  "schema_version": "1.0",
  "submission_metadata": {
    "prepared_by": "Example vendor marketing team",
    "prepared_at": "2026-06-17T00:00:00Z",
    "agent": "claude",
    "source_notes": "Illustrative example for product_kind=software. Values are representative, not authoritative."
  },
  "submitter": {
    "name": "Jordan Vendor",
    "email": "jordan@example-fsm.com",
    "role": "Product Marketing Manager",
    "relationship_to_vendor": "employee"
  },
  "rights_attestation": {
    "assets_licensed": true,
    "data_accurate": true,
    "understands_editorial_review": true
  },
  "vendor": {
    "slug": "example-fsm",
    "name": "Example FSM, Inc.",
    "website": "https://example-fsm.com",
    "logo_url": "https://example-fsm.com/assets/logo.png",
    "description": "Example FSM builds field service management software for residential and commercial HVAC contractors.",
    "founded_year": 2012,
    "headquarters": "Austin, TX, USA",
    "employee_range": "500+",
    "ownership_type": "Private"
  },
  "products": [
    {
      "name": "Example FSM Platform",
      "slug": "example-fsm-platform",
      "product_kind": "software",
      "website_url": "https://example-fsm.com/platform",
      "status": "active",
      "pricing_model": "quote_only",
      "pricing_notes": "Per-technician seat pricing; published on a quote basis.",
      "has_free_trial": false,
      "has_free_tier": false,
      "has_api": true,
      "has_mobile_app": true,
      "deployment_type": "cloud",
      "company_size_min": 5,
      "company_size_max": 2000,
      "product_positioning_notes": "All-in-one dispatch, scheduling, invoicing, and customer management for HVAC field teams. Reference only.",
      "classification": {
        "primary_index_key": "operations",
        "index_keys": ["operations", "engagement"],
        "primary_category_slug": "field-service-management",
        "secondary_category_slugs": ["accounting-bookkeeping", "crm-lead-management"]
      },
      "features": [
        { "feature_slug": "gps-tracking", "present": true, "detail": "Live technician GPS on the dispatch board." },
        { "feature_slug": "dispatching", "present": true },
        { "vendor_label": "AI call summarization", "description": "Auto-summarizes recorded service calls into job notes.", "evidence_url": "https://example-fsm.com/ai" }
      ],
      "media": {
        "logo_url": "https://example-fsm.com/assets/logo.png",
        "screenshots": [
          { "url": "https://example-fsm.com/assets/dispatch-board.png", "caption": "Dispatch board" }
        ]
      },
      "source_urls": ["https://example-fsm.com/platform", "https://example-fsm.com/pricing"]
    }
  ]
}
