Factset · JSON Structure

Factset Procure To Pay Scim Product Resource Structure

Type: object Properties: 9
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

ProductResource is a JSON Structure definition published by Factset, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

schemas id name description groupDescription workstation requiresApproval whitelist meta

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ProductResource",
  "type": "object",
  "properties": {
    "schemas": {
      "type": "array"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "groupDescription": {
      "type": "string"
    },
    "workstation": {
      "type": "boolean"
    },
    "requiresApproval": {
      "type": "string"
    },
    "whitelist": {
      "type": "boolean"
    },
    "meta": {
      "type": "object"
    }
  }
}