Factset · Schema

ProductResourceList

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
schemas array
totalResults integer
Resources array
View JSON Schema on GitHub

JSON Schema

factset-procure-to-pay-scim-product-resource-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProductResourceList",
  "type": "object",
  "properties": {
    "schemas": {
      "type": "array"
    },
    "totalResults": {
      "type": "integer"
    },
    "Resources": {
      "type": "array"
    }
  }
}