Factset · Schema

ProductResourceReference

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
value string
$ref string
display string
View JSON Schema on GitHub

JSON Schema

factset-procure-to-pay-scim-product-resource-reference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProductResourceReference",
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    },
    "$ref": {
      "type": "string"
    },
    "display": {
      "type": "string"
    }
  }
}