{
  "$schema": "https://fullstackhvac.com/templates/v1/submission.schema.json",
  "schema_version": "1.0",
  "submission_metadata": {
    "prepared_by": "Example training provider",
    "prepared_at": "2026-06-17T00:00:00Z",
    "agent": "codex",
    "source_notes": "Illustrative example for product_kind=training."
  },
  "submitter": {
    "name": "Riley Educator",
    "email": "riley@example-academy.com",
    "role": "Program Director",
    "relationship_to_vendor": "employee"
  },
  "rights_attestation": {
    "assets_licensed": true,
    "data_accurate": true,
    "understands_editorial_review": true
  },
  "vendor": {
    "slug": "example-academy",
    "name": "Example HVAC Academy",
    "website": "https://example-academy.com",
    "headquarters": "Columbus, OH, USA",
    "employee_range": "26-50",
    "ownership_type": "Private"
  },
  "products": [
    {
      "name": "EPA 608 Certification Prep",
      "slug": "epa-608-certification-prep",
      "product_kind": "training",
      "website_url": "https://example-academy.com/epa-608",
      "status": "active",
      "pricing_model": "per_job",
      "pricing_starting_at": 149,
      "product_positioning_notes": "Self-paced EPA Section 608 exam prep with practice tests. Reference only.",
      "classification": {
        "primary_index_key": "training",
        "index_keys": ["training"],
        "primary_category_slug": "epa-608-certification",
        "secondary_category_slugs": ["self-paced-certification-prep"]
      },
      "features": [
        { "vendor_label": "Practice exams", "description": "Unlimited timed practice exams that mirror the real 608 format." }
      ],
      "training_details": {
        "pricing_model": "per_course",
        "pricing_starting_at": 149,
        "pricing_period": "per course",
        "delivery_format": "self_paced_online",
        "credential_awarded": "license_prep",
        "target_audience": "apprentice",
        "duration": "Self-paced, ~12 hours",
        "hands_on_component": false,
        "accreditation": "EPA Section 608 approved test proctor",
        "a2l_refrigerant_coverage": true,
        "ce_credits_awarded": 0,
        "gi_bill_va_eligible": false,
        "geographic_scope": "virtual_nationwide",
        "hvac_systems_covered": ["split_system", "heat_pump", "refrigeration"],
        "spanish_language_available": true
      },
      "media": {
        "screenshots": [
          { "url": "https://example-academy.com/course-preview.png", "caption": "Course dashboard" }
        ]
      },
      "source_urls": ["https://example-academy.com/epa-608"]
    }
  ]
}
