Factset · Schema

createOrEditViewTickers

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
name string
value string
type string
View JSON Schema on GitHub

JSON Schema

factset-streetaccount-news-create-or-edit-view-tickers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "createOrEditViewTickers",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}