Factset · Schema

errorResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
description string
RequestKey string
View JSON Schema on GitHub

JSON Schema

factset-id-lookup-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "errorResponse",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "RequestKey": {
      "type": "string"
    }
  }
}