Factset · Schema

LinkedPATemplateParameters

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
directory string The directory to create a linked PA template
parentComponentId string Parent component id
description string Template description
View JSON Schema on GitHub

JSON Schema

factset-pa-engine-linked-pa-template-parameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LinkedPATemplateParameters",
  "type": "object",
  "properties": {
    "directory": {
      "type": "string",
      "description": "The directory to create a linked PA template"
    },
    "parentComponentId": {
      "type": "string",
      "description": "Parent component id"
    },
    "description": {
      "type": "string",
      "description": "Template description"
    }
  }
}