Factset · Schema

Errors

Information about one or more errors

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
errors array List of errors
View JSON Schema on GitHub

JSON Schema

factset-portfolio-metadata-errors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Errors",
  "type": "object",
  "description": "Information about one or more errors",
  "properties": {
    "errors": {
      "type": "array",
      "description": "List of errors"
    }
  }
}