Factset · Schema

TemplatedPAComponentPostSummary

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
description string
name string
parentTemplateId string
type string
View JSON Schema on GitHub

JSON Schema

factset-pa-engine-templated-pa-component-post-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TemplatedPAComponentPostSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "parentTemplateId": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}