{
  "$schema": "https://fullstackhvac.com/templates/v1/submission.schema.json",
  "schema_version": "1.0",
  "submission_metadata": {
    "prepared_by": "REPLACE: who or what prepared this",
    "agent": "claude"
  },
  "submitter": {
    "name": "REPLACE: your name",
    "email": "REPLACE: you@yourcompany.com",
    "role": "REPLACE: your role",
    "relationship_to_vendor": "employee"
  },
  "rights_attestation": {
    "assets_licensed": true,
    "data_accurate": true,
    "understands_editorial_review": true
  },
  "vendor": {
    "slug": "replace-your-company-slug",
    "name": "REPLACE: Your Company, Inc.",
    "website": "https://example.com",
    "description": "REPLACE: factual company summary (reference only, not published verbatim)",
    "headquarters": "REPLACE: City, ST, Country",
    "employee_range": "26-50"
  },
  "products": [
    {
      "name": "REPLACE: Product Name",
      "slug": "replace-product-slug",
      "product_kind": "software",
      "website_url": "https://example.com/product",
      "status": "active",
      "pricing_model": "subscription",
      "pricing_starting_at": 0,
      "pricing_notes": "REPLACE or remove",
      "has_free_trial": false,
      "has_free_tier": false,
      "has_api": false,
      "has_mobile_app": false,
      "deployment_type": "cloud",
      "product_positioning_notes": "REPLACE: what it does and who it is for (reference only)",
      "classification": {
        "primary_index_key": "operations",
        "index_keys": ["operations"],
        "primary_category_slug": "replace-from-catalogs-categories-json",
        "secondary_category_slugs": []
      },
      "features": [],
      "media": {
        "logo_url": "https://example.com/logo.png",
        "screenshots": []
      },
      "source_urls": ["https://example.com/product"]
    }
  ]
}
