Factset · Schema

CreateCommentDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
authorId string
parentCommentId string
body string
View JSON Schema on GitHub

JSON Schema

factset-irn-meetings-create-comment-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateCommentDto",
  "type": "object",
  "properties": {
    "authorId": {
      "type": "string"
    },
    "parentCommentId": {
      "type": "string"
    },
    "body": {
      "type": "string"
    }
  }
}