Factset · JSON Structure

Factset Documents Distributor Callstreet Events Events Audio History 400 Response Structure

Type: object Properties: 4
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Events-Audio-History-400-Response is a JSON Structure definition published by Factset, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id code title details

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Events-Audio-History-400-Response",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "details": {
      "type": "object"
    }
  }
}