chromium/content/test/data/attribution_reporting/interop/trigger_verbose_debug_report_source_debug_permission.json

{
  "description": "Trigger verbose debug report not created without source debug permission",
  "input": {
    "registrations": [
      {
        "timestamp": "0",
        "registration_request": {
          "context_origin": "https://source.test",
          "Attribution-Reporting-Eligible": "navigation-source"
        },
        "responses": [
          {
            "url": "https://reporter.test/register-source",
            "response": {
              "Attribution-Reporting-Register-Source": {
                "destination": "https://destination.test",
                "source_event_id": "123",
                "filter_data": {
                  "x": ["y"]
                }
              }
            }
          }
        ]
      },
      // No matching top-level filter data, verbose debug report is not created
      // as there's no debug permission for the source.
      {
        "timestamp": "1000",
        "registration_request": {
          "context_origin": "https://destination.test"
        },
        "responses": [
          {
            "url": "https://reporter.test/register-trigger",
            "debug_permission": true,
            "response": {
              "Attribution-Reporting-Register-Trigger": {
                "event_trigger_data": [
                  {
                    "trigger_data": "7"
                  }
                ],
                "filters": {
                  "x": ["z"]
                },
                "debug_reporting": true
              }
            }
          }
        ]
      }
    ]
  },
  "output": {
    "reports": []
  }
}