Factset · Schema

Operation

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
path string
op string
from string
value string
View JSON Schema on GitHub

JSON Schema

factset-irn-configuration-operation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Operation",
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    },
    "op": {
      "type": "string"
    },
    "from": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  }
}