{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Product", "type": "object", "properties": { "id": { "type": "string", "description": "Unique identifier for the product" }, "name": { "type": "string", "description": "Name of the product" }, "ofmLink": { "type": "string", "description": "URL to the product page on the Open:FactSet Marketplace" }, "ofmProductId": { "type": "string", "description": "The id defining a product in the Open:FactSet Marketplace" }, "entitled": { "type": "boolean", "description": "Flag indicating if the user is entitled to access the data in their subscriptions" }, "providerName": { "type": "string", "description": "Name of the Data Provider for the product" }, "dataFeed": { "type": "boolean", "description": "Flag indicating if this product is available in a data feed" }, "api": { "type": "boolean", "description": "Flag indicating if this product is available in an api" }, "referenceDataFeed": { "type": "boolean", "description": "Flag indicating if this product is maintained by RDF/UCF" } } }