{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Product", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "ofmLink": { "type": "string" }, "ofmProductId": { "type": "string" }, "entitled": { "type": "boolean" }, "providerName": { "type": "string" }, "dataFeed": { "type": "boolean" }, "api": { "type": "boolean" }, "referenceDataFeed": { "type": "boolean" } } }