{
  "openapi": "3.0.1",
  "info": {
    "title": "Brand Signal Dataset Merge and Conflict Report",
    "description": "Compare two buyer-supplied signal sets in one deterministic union report. Preserve left-only, right-only, exact duplicate, and field-conflict evidence without selecting a winner or fetching recorded source URLs.",
    "version": "0.2",
    "x-build-id": "OYTCsKF78lmG1B7cb"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/zinin~us-brand-signal-merge-report/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-zinin-us-brand-signal-merge-report",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/zinin~us-brand-signal-merge-report/runs": {
      "post": {
        "operationId": "runs-sync-zinin-us-brand-signal-merge-report",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/zinin~us-brand-signal-merge-report/run-sync": {
      "post": {
        "operationId": "run-sync-zinin-us-brand-signal-merge-report",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "schemaVersion",
          "left",
          "right"
        ],
        "properties": {
          "schemaVersion": {
            "title": "Report contract version",
            "enum": [
              "1.1",
              "1.0"
            ],
            "type": "string",
            "description": "Use 1.1 for the additive decision layer. Legacy 1.0 preserves the exact closed report and digest contract without decision.",
            "default": "1.1"
          },
          "left": {
            "title": "Left signal batch",
            "minItems": 1,
            "maxItems": 50,
            "type": "array",
            "description": "One to 50 rows from the first sensor or workflow.",
            "items": {
              "type": "object",
              "additionalProperties": false,
              "required": [
                "signalId",
                "brandName",
                "eventType",
                "severity",
                "status",
                "observedAt",
                "sourceUrl"
              ],
              "properties": {
                "signalId": {
                  "title": "Signal ID",
                  "description": "Unique bounded ASCII signal identifier.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 64,
                  "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]{0,63}$"
                },
                "brandName": {
                  "title": "Brand name",
                  "description": "Buyer-supplied printable ASCII brand label.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 48,
                  "pattern": "^[\\x20-\\x7E]{1,48}$"
                },
                "eventType": {
                  "title": "Event type",
                  "description": "Closed normalized event enum.",
                  "type": "string",
                  "enum": [
                    "product_launch",
                    "price_change",
                    "promotion",
                    "inventory",
                    "ad_campaign",
                    "review",
                    "risk",
                    "regulatory",
                    "hiring",
                    "other"
                  ]
                },
                "severity": {
                  "title": "Severity",
                  "description": "Closed normalized severity enum.",
                  "type": "string",
                  "enum": [
                    "low",
                    "medium",
                    "high",
                    "critical"
                  ]
                },
                "status": {
                  "title": "Status",
                  "description": "Closed active or resolved state.",
                  "type": "string",
                  "enum": [
                    "active",
                    "resolved"
                  ]
                },
                "observedAt": {
                  "title": "Observed at",
                  "description": "Buyer-supplied UTC timestamp; runtime enforces Gregorian calendar validity, years 0001-9999, and second bounds.",
                  "type": "string",
                  "pattern": "^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]Z$"
                },
                "sourceUrl": {
                  "title": "HTTPS evidence URL",
                  "description": "Buyer-supplied HTTPS provenance URL; runtime rejects credentials, fragments, bracketed hosts, and non-default ports; never fetched.",
                  "type": "string",
                  "minLength": 12,
                  "maxLength": 180,
                  "pattern": "^https://(?![^/?#]*@)(?![^/?#]*:(?!443(?:[/?#]|$))[0-9]+(?:[/?#]|$))(?![^?#]*#)[\\x20-\\x7E]+$"
                }
              }
            }
          },
          "right": {
            "title": "Right signal batch",
            "minItems": 1,
            "maxItems": 50,
            "type": "array",
            "description": "One to 50 rows from the second sensor or workflow.",
            "items": {
              "type": "object",
              "additionalProperties": false,
              "required": [
                "signalId",
                "brandName",
                "eventType",
                "severity",
                "status",
                "observedAt",
                "sourceUrl"
              ],
              "properties": {
                "signalId": {
                  "title": "Signal ID",
                  "description": "Unique bounded ASCII signal identifier.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 64,
                  "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]{0,63}$"
                },
                "brandName": {
                  "title": "Brand name",
                  "description": "Buyer-supplied printable ASCII brand label.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 48,
                  "pattern": "^[\\x20-\\x7E]{1,48}$"
                },
                "eventType": {
                  "title": "Event type",
                  "description": "Closed normalized event enum.",
                  "type": "string",
                  "enum": [
                    "product_launch",
                    "price_change",
                    "promotion",
                    "inventory",
                    "ad_campaign",
                    "review",
                    "risk",
                    "regulatory",
                    "hiring",
                    "other"
                  ]
                },
                "severity": {
                  "title": "Severity",
                  "description": "Closed normalized severity enum.",
                  "type": "string",
                  "enum": [
                    "low",
                    "medium",
                    "high",
                    "critical"
                  ]
                },
                "status": {
                  "title": "Status",
                  "description": "Closed active or resolved state.",
                  "type": "string",
                  "enum": [
                    "active",
                    "resolved"
                  ]
                },
                "observedAt": {
                  "title": "Observed at",
                  "description": "Buyer-supplied UTC timestamp; runtime enforces Gregorian calendar validity, years 0001-9999, and second bounds.",
                  "type": "string",
                  "pattern": "^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]Z$"
                },
                "sourceUrl": {
                  "title": "HTTPS evidence URL",
                  "description": "Buyer-supplied HTTPS provenance URL; runtime rejects credentials, fragments, bracketed hosts, and non-default ports; never fetched.",
                  "type": "string",
                  "minLength": 12,
                  "maxLength": 180,
                  "pattern": "^https://(?![^/?#]*@)(?![^/?#]*:(?!443(?:[/?#]|$))[0-9]+(?:[/?#]|$))(?![^?#]*#)[\\x20-\\x7E]+$"
                }
              }
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}