Factset · Schema

rateLimitResponse

Error returned if any of the user's rate limit have been reached.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
message string
View JSON Schema on GitHub

JSON Schema

factset-signals-rate-limit-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "rateLimitResponse",
  "type": "object",
  "description": "Error returned if any of the user's rate limit have been reached.",
  "properties": {
    "message": {
      "type": "string"
    }
  }
}