Factset · Schema

ErrorObjectSource

For errors and warnings found in screens, contains the paramID the error/warning belongs to

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
parameter string
View JSON Schema on GitHub

JSON Schema

factset-universal-screening-error-object-source-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorObjectSource",
  "type": "object",
  "description": "For errors and warnings found in screens, contains the paramID the error/warning belongs to",
  "properties": {
    "parameter": {
      "type": "string"
    }
  }
}