Factset · Schema

CreateBodyDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
content string
View JSON Schema on GitHub

JSON Schema

factset-irn-notes-create-body-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateBodyDto",
  "type": "object",
  "properties": {
    "content": {
      "type": "string"
    }
  }
}