Factset · Schema

description

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
description object Text describing the data
View JSON Schema on GitHub

JSON Schema

factset-ownership-report-builder-description-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "description",
  "type": "object",
  "properties": {
    "description": {
      "type": "object",
      "description": "Text describing the data"
    }
  }
}