Factset · Schema
MeetingSummaryDto
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| start | string | |
| end | string | |
| createdAt | string | |
| authorId | string | |
| title | string | |
| identifier | string | |
| organizer | string | |
| organizerId | string | |
| attachmentIds | array | |
| relatedSymbols | array | |
| locations | array | |
| attendees | array | |
| customFieldValues | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "MeetingSummaryDto",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"start": {
"type": "string"
},
"end": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"authorId": {
"type": "string"
},
"title": {
"type": "string"
},
"identifier": {
"type": "string"
},
"organizer": {
"type": "string"
},
"organizerId": {
"type": "string"
},
"attachmentIds": {
"type": "array"
},
"relatedSymbols": {
"type": "array"
},
"locations": {
"type": "array"
},
"attendees": {
"type": "array"
},
"customFieldValues": {
"type": "array"
}
}
}