Factset · Schema

UnlinkedPATemplateCategoryAndTypeDetails

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string Type Id
columns array List of default columns
groups array List of default groupings
snapshot boolean Snapshot
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-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UnlinkedPATemplateCategoryAndTypeDetails",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Type Id"
    },
    "columns": {
      "type": "array",
      "description": "List of default columns"
    },
    "groups": {
      "type": "array",
      "description": "List of default groupings"
    },
    "snapshot": {
      "type": "boolean",
      "description": "Snapshot"
    },
    "category": {
      "type": "string",
      "description": "Unlinked template category"
    },
    "name": {
      "type": "string",
      "description": "Unlinked template type"
    }
  }
}