Factset · Schema
DataSourceDTO
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| dataSourceId | integer | |
| name | string | |
| code | string | |
| dsType | string | |
| entities | array | |
| outputRecordSet | string | |
| releaseTag | string | |
| defaultDataSourceName | string | |
| dataPreview | string | |
| lastUpdatedBy | string | |
| lastUpdated | number |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "DataSourceDTO",
"type": "object",
"properties": {
"dataSourceId": {
"type": "integer"
},
"name": {
"type": "string"
},
"code": {
"type": "string"
},
"dsType": {
"type": "string"
},
"entities": {
"type": "array"
},
"outputRecordSet": {
"type": "string"
},
"releaseTag": {
"type": "string"
},
"defaultDataSourceName": {
"type": "string"
},
"dataPreview": {
"type": "string"
},
"lastUpdatedBy": {
"type": "string"
},
"lastUpdated": {
"type": "number"
}
}
}