Factset · Schema

TagModel

Tags model

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
name string The name of the tag
type string The type of the tag
View JSON Schema on GitHub

JSON Schema

factset-analytics-datastore-tag-model-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagModel",
  "type": "object",
  "description": "Tags model",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the tag"
    },
    "type": {
      "type": "string",
      "description": "The type of the tag"
    }
  }
}