Factset · JSON Structure

Factset Procure To Pay Scim Schema Structure

Type: object Properties: 4
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Schema 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 name description attributes

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Schema",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "attributes": {
      "type": "array"
    }
  }
}