{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "v": {
            "type": "number",
            "const": 1
          },
          "id": {
            "type": "string",
            "pattern": "^dc_[a-f0-9]{64}$",
            "description": "Resource identifier returned by the operation."
          },
          "workspace_id": {
            "type": "string",
            "minLength": 1,
            "maxLength": 128,
            "pattern": "^[a-zA-Z0-9_-]+$",
            "description": "Workspace that owns this record."
          },
          "project_id": {
            "type": "string",
            "minLength": 1,
            "maxLength": 128,
            "pattern": "^[a-zA-Z0-9_-]+$",
            "description": "Project that owns this record."
          },
          "discovery_run_id": {
            "type": "string",
            "minLength": 1,
            "maxLength": 128,
            "pattern": "^[a-zA-Z0-9_-]+$"
          },
          "source_url": {
            "type": "string",
            "maxLength": 4096,
            "description": "Publisher page URL recorded in this evidence."
          },
          "target_url": {
            "type": "string",
            "maxLength": 4096,
            "description": "Destination URL recorded in this evidence."
          },
          "provider": {
            "type": "string",
            "enum": [
              "linktrail_corpus",
              "dataforseo",
              "imported"
            ]
          },
          "data_mode": {
            "type": "string",
            "enum": [
              "synthetic",
              "owned_corpus",
              "provider_index",
              "imported"
            ]
          },
          "provider_retrieved_at": {
            "type": "string",
            "format": "date-time",
            "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d\\.\\d{3}(?:Z))$",
            "description": "Timestamp when the upstream evidence was retrieved."
          },
          "provider_first_seen": {
            "anyOf": [
              {
                "type": "string",
                "format": "date-time",
                "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d\\.\\d{3}(?:Z))$"
              },
              {
                "type": "null"
              }
            ]
          },
          "provider_prev_seen": {
            "anyOf": [
              {
                "type": "string",
                "format": "date-time",
                "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d\\.\\d{3}(?:Z))$"
              },
              {
                "type": "null"
              }
            ]
          },
          "provider_last_seen": {
            "anyOf": [
              {
                "type": "string",
                "format": "date-time",
                "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d\\.\\d{3}(?:Z))$"
              },
              {
                "type": "null"
              }
            ]
          },
          "provider_status": {
            "type": "object",
            "properties": {
              "is_lost": {
                "anyOf": [
                  {
                    "type": "boolean"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "is_broken": {
                "anyOf": [
                  {
                    "type": "boolean"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "is_new": {
                "anyOf": [
                  {
                    "type": "boolean"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "required": [
              "is_lost",
              "is_broken",
              "is_new"
            ],
            "additionalProperties": false
          },
          "anchor": {
            "anyOf": [
              {
                "type": "string",
                "maxLength": 4096
              },
              {
                "type": "null"
              }
            ]
          },
          "rel": {
            "anyOf": [
              {
                "maxItems": 32,
                "type": "array",
                "items": {
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 128
                }
              },
              {
                "type": "null"
              }
            ]
          },
          "dofollow": {
            "anyOf": [
              {
                "type": "boolean"
              },
              {
                "type": "null"
              }
            ]
          },
          "link_type": {
            "anyOf": [
              {
                "type": "string",
                "maxLength": 64
              },
              {
                "type": "null"
              }
            ]
          },
          "source_http_status": {
            "anyOf": [
              {
                "type": "integer",
                "minimum": 100,
                "maximum": 599
              },
              {
                "type": "null"
              }
            ]
          },
          "target_http_status": {
            "anyOf": [
              {
                "type": "integer",
                "minimum": 100,
                "maximum": 599
              },
              {
                "type": "null"
              }
            ]
          },
          "links_count": {
            "anyOf": [
              {
                "type": "integer",
                "minimum": 0,
                "maximum": 9007199254740991
              },
              {
                "type": "null"
              }
            ]
          },
          "provider_metrics": {
            "anyOf": [
              {
                "type": "object",
                "properties": {
                  "dataforseo": {
                    "type": "object",
                    "properties": {
                      "rank": {
                        "anyOf": [
                          {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 1000
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "page_from_rank": {
                        "anyOf": [
                          {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 1000
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "domain_from_rank": {
                        "anyOf": [
                          {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 1000
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "backlink_spam_score": {
                        "anyOf": [
                          {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "rank_scale": {
                        "type": "string",
                        "const": "one_thousand"
                      }
                    },
                    "required": [
                      "rank",
                      "page_from_rank",
                      "domain_from_rank",
                      "backlink_spam_score",
                      "rank_scale"
                    ],
                    "additionalProperties": false
                  }
                },
                "required": [
                  "dataforseo"
                ],
                "additionalProperties": false
              },
              {
                "type": "object",
                "properties": {
                  "imported": {
                    "type": "object",
                    "properties": {
                      "supplier": {
                        "type": "string",
                        "enum": [
                          "ahrefs",
                          "google_search_console",
                          "bing_webmaster_tools",
                          "semrush",
                          "majestic",
                          "moz",
                          "dataforseo",
                          "linkody",
                          "csv"
                        ]
                      },
                      "supplier_row_id": {
                        "anyOf": [
                          {
                            "type": "string",
                            "maxLength": 256
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "supplier_generated_at": {
                        "anyOf": [
                          {
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d\\.\\d{3}(?:Z))$"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "supplier_metrics": {
                        "anyOf": [
                          {
                            "type": "object",
                            "propertyNames": {
                              "type": "string",
                              "minLength": 1,
                              "maxLength": 64
                            },
                            "additionalProperties": {
                              "anyOf": [
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "string",
                                  "maxLength": 256
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          },
                          {
                            "type": "null"
                          }
                        ]
                      }
                    },
                    "required": [
                      "supplier",
                      "supplier_row_id",
                      "supplier_generated_at",
                      "supplier_metrics"
                    ],
                    "additionalProperties": false
                  }
                },
                "required": [
                  "imported"
                ],
                "additionalProperties": false
              },
              {
                "type": "object",
                "properties": {
                  "linktrail_corpus": {
                    "type": "object",
                    "properties": {
                      "source_outlink_count": {
                        "anyOf": [
                          {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 9007199254740991
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "source_external_outlink_count": {
                        "anyOf": [
                          {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 9007199254740991
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "fetch_kind": {
                        "type": "string",
                        "enum": [
                          "direct",
                          "rendered",
                          "proxied"
                        ]
                      },
                      "extraction_complete": {
                        "type": "boolean"
                      }
                    },
                    "required": [
                      "source_outlink_count",
                      "source_external_outlink_count",
                      "fetch_kind",
                      "extraction_complete"
                    ],
                    "additionalProperties": false
                  }
                },
                "required": [
                  "linktrail_corpus"
                ],
                "additionalProperties": false
              }
            ]
          },
          "verification_status": {
            "type": "string",
            "enum": [
              "not_checked",
              "present",
              "absent",
              "unknown",
              "source_unavailable"
            ],
            "description": "AgentLinkOps check state, independent of supplier flags. not_checked means no AgentLinkOps check is recorded."
          },
          "verified_at": {
            "anyOf": [
              {
                "type": "string",
                "format": "date-time",
                "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d\\.\\d{3}(?:Z))$",
                "description": "Timestamp of the AgentLinkOps check; null until checked."
              },
              {
                "type": "null"
              }
            ],
            "description": "Timestamp of the AgentLinkOps check; null until checked."
          },
          "observation_id": {
            "anyOf": [
              {
                "type": "string",
                "minLength": 1,
                "maxLength": 128,
                "pattern": "^[a-zA-Z0-9_-]+$"
              },
              {
                "type": "null"
              }
            ]
          }
        },
        "required": [
          "v",
          "id",
          "workspace_id",
          "project_id",
          "discovery_run_id",
          "source_url",
          "target_url",
          "provider",
          "data_mode",
          "provider_retrieved_at",
          "provider_first_seen",
          "provider_prev_seen",
          "provider_last_seen",
          "provider_status",
          "anchor",
          "rel",
          "dofollow",
          "link_type",
          "source_http_status",
          "target_http_status",
          "links_count",
          "provider_metrics",
          "verification_status",
          "verified_at",
          "observation_id"
        ],
        "additionalProperties": {},
        "description": "Records in this bounded page."
      },
      "description": "Records in this bounded page."
    },
    "next_cursor": {
      "anyOf": [
        {
          "type": "string",
          "description": "Opaque continuation for the same listing; null means no further page."
        },
        {
          "type": "null"
        }
      ],
      "description": "Opaque continuation for the same listing; null means no further page."
    },
    "has_more": {
      "description": "True when another page is available.",
      "type": "boolean"
    },
    "admission": {
      "anyOf": [
        {
          "type": "object",
          "properties": {
            "operation_id": {
              "type": "string",
              "minLength": 1,
              "maxLength": 200
            },
            "project_id": {
              "type": "string",
              "minLength": 1,
              "maxLength": 200,
              "description": "Project that owns this record."
            },
            "context": {
              "type": "string",
              "enum": [
                "import",
                "candidate",
                "candidate_batch",
                "serve"
              ]
            },
            "decisions": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "index": {
                    "type": "integer",
                    "minimum": 0,
                    "maximum": 9007199254740991
                  },
                  "url": {
                    "type": "string"
                  },
                  "normalized_url": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "host": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "decision": {
                    "type": "string",
                    "enum": [
                      "admitted",
                      "rejected"
                    ]
                  },
                  "reason": {
                    "type": "string",
                    "description": "Recorded explanation; null when no explanation applies."
                  },
                  "rule_kind": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "rule_id": {
                    "anyOf": [
                      {
                        "type": "string",
                        "minLength": 1,
                        "maxLength": 200
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "rule_value": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "cap": {
                    "anyOf": [
                      {
                        "type": "object",
                        "properties": {
                          "limit": {
                            "type": "integer",
                            "exclusiveMinimum": 0,
                            "maximum": 9007199254740991
                          },
                          "used": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 9007199254740991
                          }
                        },
                        "required": [
                          "limit",
                          "used"
                        ],
                        "additionalProperties": false
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "subject_key": {
                    "type": "string",
                    "minLength": 1,
                    "maxLength": 200
                  }
                },
                "required": [
                  "index",
                  "url",
                  "normalized_url",
                  "host",
                  "decision",
                  "reason",
                  "rule_kind",
                  "rule_id",
                  "rule_value",
                  "cap",
                  "subject_key"
                ],
                "additionalProperties": false
              }
            },
            "summary": {
              "type": "object",
              "properties": {
                "total": {
                  "type": "integer",
                  "minimum": -9007199254740991,
                  "maximum": 9007199254740991
                },
                "admitted": {
                  "type": "integer",
                  "minimum": -9007199254740991,
                  "maximum": 9007199254740991
                },
                "rejected": {
                  "type": "integer",
                  "minimum": -9007199254740991,
                  "maximum": 9007199254740991
                },
                "by_rule": {
                  "type": "object",
                  "propertyNames": {
                    "type": "string"
                  },
                  "additionalProperties": {
                    "type": "integer",
                    "minimum": -9007199254740991,
                    "maximum": 9007199254740991
                  }
                }
              },
              "required": [
                "total",
                "admitted",
                "rejected",
                "by_rule"
              ],
              "additionalProperties": false,
              "description": "Grouped change counts included in this delivery, limited to accessible websites."
            },
            "policy_revision": {
              "type": "integer",
              "minimum": 0,
              "maximum": 9007199254740991
            },
            "disavow_revision": {
              "type": "integer",
              "minimum": 0,
              "maximum": 9007199254740991
            },
            "replayed": {
              "type": "boolean",
              "description": "True when the response reuses an earlier request with the same idempotency value."
            }
          },
          "required": [
            "operation_id",
            "project_id",
            "context",
            "decisions",
            "summary",
            "policy_revision",
            "disavow_revision",
            "replayed"
          ],
          "additionalProperties": false
        },
        {
          "type": "null"
        }
      ]
    },
    "run": {
      "type": "object",
      "properties": {
        "v": {
          "type": "number",
          "const": 1
        },
        "id": {
          "type": "string",
          "minLength": 1,
          "maxLength": 128,
          "pattern": "^[a-zA-Z0-9_-]+$",
          "description": "Resource identifier returned by the operation."
        },
        "workspace_id": {
          "type": "string",
          "minLength": 1,
          "maxLength": 128,
          "pattern": "^[a-zA-Z0-9_-]+$",
          "description": "Workspace that owns this record."
        },
        "project_id": {
          "type": "string",
          "minLength": 1,
          "maxLength": 128,
          "pattern": "^[a-zA-Z0-9_-]+$",
          "description": "Project that owns this record."
        },
        "provider": {
          "type": "string",
          "enum": [
            "linktrail_corpus",
            "dataforseo",
            "imported"
          ]
        },
        "data_mode": {
          "type": "string",
          "enum": [
            "synthetic",
            "owned_corpus",
            "provider_index",
            "imported"
          ]
        },
        "query": {
          "type": "object",
          "properties": {
            "target_kind": {
              "type": "string",
              "enum": [
                "domain",
                "exact_url"
              ]
            },
            "target": {
              "type": "string",
              "minLength": 1,
              "maxLength": 4096
            },
            "include_subdomains": {
              "type": "boolean"
            },
            "backlinks_status_type": {
              "type": "string",
              "enum": [
                "live",
                "lost",
                "all"
              ]
            },
            "exclude_internal_backlinks": {
              "type": "boolean"
            },
            "mode": {
              "type": "string",
              "const": "as_is"
            },
            "filters": {
              "type": "null"
            },
            "order_by": {
              "type": "array",
              "prefixItems": [
                {
                  "type": "string",
                  "enum": [
                    "first_seen,desc",
                    "rank,desc",
                    "as_supplied"
                  ]
                }
              ],
              "items": false,
              "minItems": 1,
              "maxItems": 1
            },
            "rank_scale": {
              "anyOf": [
                {
                  "type": "string",
                  "enum": [
                    "one_thousand"
                  ]
                },
                {
                  "type": "null"
                }
              ]
            },
            "page_limit": {
              "type": "integer",
              "minimum": 1,
              "maximum": 1000
            },
            "row_limit": {
              "type": "integer",
              "minimum": 1,
              "maximum": 1000
            }
          },
          "required": [
            "target_kind",
            "target",
            "include_subdomains",
            "backlinks_status_type",
            "exclude_internal_backlinks",
            "mode",
            "filters",
            "order_by",
            "rank_scale",
            "page_limit",
            "row_limit"
          ],
          "additionalProperties": false
        },
        "status": {
          "type": "string",
          "enum": [
            "queued",
            "running",
            "succeeded",
            "partial",
            "failed",
            "reconciliation_required"
          ],
          "description": "Resource lifecycle status."
        },
        "created_at": {
          "type": "string",
          "format": "date-time",
          "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d\\.\\d{3}(?:Z))$",
          "description": "UTC timestamp when the record was created."
        },
        "started_at": {
          "anyOf": [
            {
              "type": "string",
              "format": "date-time",
              "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d\\.\\d{3}(?:Z))$"
            },
            {
              "type": "null"
            }
          ]
        },
        "finished_at": {
          "anyOf": [
            {
              "type": "string",
              "format": "date-time",
              "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d\\.\\d{3}(?:Z))$"
            },
            {
              "type": "null"
            }
          ]
        },
        "coverage": {
          "type": "string",
          "enum": [
            "pending",
            "complete_for_query",
            "capped",
            "partial",
            "unknown"
          ],
          "description": "Dataset scope and completeness, including limits on what these results establish."
        },
        "coverage_reason": {
          "anyOf": [
            {
              "type": "string",
              "maxLength": 128
            },
            {
              "type": "null"
            }
          ]
        },
        "provider_total_count": {
          "anyOf": [
            {
              "type": "integer",
              "minimum": 0,
              "maximum": 9007199254740991
            },
            {
              "type": "null"
            }
          ]
        },
        "usage": {
          "type": "object",
          "properties": {
            "unit": {
              "type": "string",
              "const": "discovery"
            },
            "currency": {
              "type": "string",
              "const": "USD"
            },
            "quote_id": {
              "type": "string",
              "minLength": 1,
              "maxLength": 128,
              "pattern": "^[a-zA-Z0-9_-]+$"
            },
            "max_cost_microusd": {
              "type": "integer",
              "minimum": 0,
              "maximum": 9007199254740991
            },
            "reserved_cost_microusd": {
              "type": "integer",
              "minimum": 0,
              "maximum": 9007199254740991
            },
            "provider_reported_cost_microusd": {
              "anyOf": [
                {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 9007199254740991
                },
                {
                  "type": "null"
                }
              ]
            },
            "request_count": {
              "type": "integer",
              "minimum": 0,
              "maximum": 9007199254740991
            },
            "returned_rows": {
              "type": "integer",
              "minimum": 0,
              "maximum": 9007199254740991
            },
            "accepted_candidates": {
              "type": "integer",
              "minimum": 0,
              "maximum": 9007199254740991
            },
            "rejected_rows": {
              "type": "integer",
              "minimum": 0,
              "maximum": 9007199254740991
            },
            "duplicate_rows": {
              "type": "integer",
              "minimum": 0,
              "maximum": 9007199254740991
            }
          },
          "required": [
            "unit",
            "currency",
            "quote_id",
            "max_cost_microusd",
            "reserved_cost_microusd",
            "provider_reported_cost_microusd",
            "request_count",
            "returned_rows",
            "accepted_candidates",
            "rejected_rows",
            "duplicate_rows"
          ],
          "additionalProperties": false
        },
        "operation": {
          "type": "string",
          "const": "backlinks"
        },
        "coverage_scope": {
          "type": "string",
          "enum": [
            "customer_import",
            "corpus_subset",
            "provider_query"
          ]
        },
        "whole_web_coverage": {
          "type": "boolean",
          "const": false,
          "description": "False: these results do not measure the whole web."
        },
        "replayed": {
          "description": "True when the response reuses an earlier request with the same idempotency value.",
          "type": "boolean"
        }
      },
      "required": [
        "v",
        "id",
        "workspace_id",
        "project_id",
        "provider",
        "data_mode",
        "query",
        "status",
        "created_at",
        "started_at",
        "finished_at",
        "coverage",
        "coverage_reason",
        "provider_total_count",
        "usage",
        "operation",
        "coverage_scope",
        "whole_web_coverage"
      ],
      "additionalProperties": {}
    },
    "snapshot": {
      "type": "object",
      "properties": {
        "through_provider_page": {
          "anyOf": [
            {
              "type": "number"
            },
            {
              "type": "null"
            }
          ]
        },
        "refresh_from_start_for_new_results": {
          "type": "boolean",
          "const": true
        }
      },
      "required": [
        "through_provider_page",
        "refresh_from_start_for_new_results"
      ],
      "additionalProperties": {}
    }
  },
  "required": [
    "items",
    "next_cursor",
    "run",
    "snapshot"
  ],
  "additionalProperties": {}
}
