Factset · Schema

TagListResponse

Response object for a list of tags

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

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

JSON Schema

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