Factset · Schema

LocationResourceReference

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
value string Identifier of the Location.
$ref string The URI corresponding to a SCIM resource that is this Location.
display string A human-readable name, primarily used for display purposes.
View JSON Schema on GitHub

JSON Schema

factset-procure-to-pay-scim-location-resource-reference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LocationResourceReference",
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "Identifier of the Location."
    },
    "$ref": {
      "type": "string",
      "description": "The URI corresponding to a SCIM resource that is this Location."
    },
    "display": {
      "type": "string",
      "description": "A human-readable name, primarily used for display purposes."
    }
  }
}