Factset · Schema

TagValuesListResponse

Response object for a list of tag values

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data array Array of tag values
View JSON Schema on GitHub

JSON Schema

factset-analytics-datastore-tag-values-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagValuesListResponse",
  "type": "object",
  "description": "Response object for a list of tag values",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of tag values"
    }
  }
}