{
  "_notice": "STRUCTURE EXAMPLE ONLY. Every value below is a placeholder token, not an observation. Nothing here was collected from any platform. These rows exist to show the shape of a record and must never be quoted, indexed or aggregated as data.",
  "rows": [
    {
      "observation_id": "EXAMPLE-RECORD-01",
      "research_project": "RESEARCH_PROJECT_SLUG",
      "prompt_id": "PROMPT_ID",
      "prompt": "PROMPT_TEXT_PLACEHOLDER",
      "query_class": "recommendation",
      "buyer_stage": "consideration",
      "industry": "INDUSTRY_PLACEHOLDER",
      "location": "LOCATION_PLACEHOLDER",
      "platform": "chatgpt",
      "model_or_surface": "MODEL_OR_SURFACE_PLACEHOLDER",
      "observation_date": "0001-01-01",
      "observation_time": "00:00",
      "timezone": "TIMEZONE_PLACEHOLDER",
      "run_number": 1,
      "session_profile": "clean-baseline",
      "brands_mentioned": [
        "BRAND_EXAMPLE_A",
        "BRAND_EXAMPLE_B"
      ],
      "brands_recommended": [
        "BRAND_EXAMPLE_A"
      ],
      "brand_order": [
        "BRAND_EXAMPLE_A"
      ],
      "citations_present": true,
      "cited_urls": [
        "https://source-one.example.invalid/page",
        "https://source-two.example.invalid/listing"
      ],
      "cited_domains": [
        "source-one.example.invalid",
        "source-two.example.invalid"
      ],
      "source_classes": [
        {
          "domain": "source-one.example.invalid",
          "class": "owned"
        },
        {
          "domain": "source-two.example.invalid",
          "class": "directory"
        }
      ],
      "response_notes": "RESPONSE_NOTES_PLACEHOLDER",
      "region_or_session_notes": "SESSION_NOTES_PLACEHOLDER",
      "source_capture": "CAPTURE_PATH_PLACEHOLDER",
      "methodology_version": "1.0",
      "evidence_type": "observed"
    },
    {
      "observation_id": "EXAMPLE-RECORD-02",
      "research_project": "RESEARCH_PROJECT_SLUG",
      "prompt_id": "PROMPT_ID",
      "prompt": "PROMPT_TEXT_PLACEHOLDER",
      "query_class": "recommendation",
      "buyer_stage": "consideration",
      "industry": "INDUSTRY_PLACEHOLDER",
      "location": "LOCATION_PLACEHOLDER",
      "platform": "perplexity",
      "model_or_surface": "MODEL_OR_SURFACE_PLACEHOLDER",
      "observation_date": "0001-01-01",
      "observation_time": "00:00",
      "timezone": "TIMEZONE_PLACEHOLDER",
      "run_number": 1,
      "session_profile": "clean-baseline",
      "brands_mentioned": [],
      "brands_recommended": [],
      "brand_order": [],
      "citations_present": false,
      "cited_urls": [],
      "cited_domains": [],
      "source_classes": [],
      "response_notes": "RESPONSE_NOTES_PLACEHOLDER",
      "region_or_session_notes": "SESSION_NOTES_PLACEHOLDER",
      "source_capture": "CAPTURE_PATH_PLACEHOLDER",
      "methodology_version": "1.0",
      "evidence_type": "observed"
    }
  ]
}