Factset · Schema

ErrorObject

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string
code string
title string
links object
detail string
source object
View JSON Schema on GitHub

JSON Schema

factset-ownership-report-builder-error-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorObject",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "links": {
      "type": "object"
    },
    "detail": {
      "type": "string"
    },
    "source": {
      "type": "object"
    }
  }
}