Factset · Schema

Enable_Book_Download

Request to download book.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
Message string Book status
url string URL to book.
View JSON Schema on GitHub

JSON Schema

factset-bookbuilder-enable_book_download-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Enable_Book_Download",
  "type": "object",
  "description": "Request to download book.",
  "properties": {
    "Message": {
      "type": "string",
      "description": "Book status"
    },
    "url": {
      "type": "string",
      "description": "URL to book."
    }
  }
}