Factset · Schema

ApplicationLink

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
name string
workstationLink string
webLink string
View JSON Schema on GitHub

JSON Schema

factset-search-answers-application-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ApplicationLink",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "workstationLink": {
      "type": "string"
    },
    "webLink": {
      "type": "string"
    }
  }
}