Factset · Schema

status

specifies the error message fields in the response

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
errors array An array containing errors
View JSON Schema on GitHub

JSON Schema

factset-tick-history-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "status",
  "type": "object",
  "description": "specifies the error message fields in the response",
  "properties": {
    "errors": {
      "type": "array",
      "description": "An array containing errors"
    }
  }
}