Factset · Schema

UnlinkedPATemplateCategoryAndType

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
category string Unlinked template category
name string Unlinked template type
View JSON Schema on GitHub

JSON Schema

factset-pa-engine-unlinked-pa-template-category-and-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UnlinkedPATemplateCategoryAndType",
  "type": "object",
  "properties": {
    "category": {
      "type": "string",
      "description": "Unlinked template category"
    },
    "name": {
      "type": "string",
      "description": "Unlinked template type"
    }
  }
}