Factset · Schema

checkFiles

check-files

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string a unique identification for the query requested
status string The status of the query
View JSON Schema on GitHub

JSON Schema

factset-tick-history-check-files-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "checkFiles",
  "type": "object",
  "description": "check-files",
  "properties": {
    "id": {
      "type": "string",
      "description": "a unique identification for the query requested"
    },
    "status": {
      "type": "string",
      "description": "The status of the query"
    }
  }
}