Factset · Schema

EntityMatchRequest

Request object for a requesting multiple Entity Matches.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
input array
View JSON Schema on GitHub

JSON Schema

factset-private-markets-entity-match-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EntityMatchRequest",
  "type": "object",
  "description": "Request object for a requesting multiple Entity Matches.",
  "properties": {
    "input": {
      "type": "array"
    }
  }
}