sample response
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RTDataModel_Products", "type": "object", "description": "sample response", "properties": { "product_code": { "type": "integer", "description": "FactSet product code" }, "description": { "type": "string", "description": "Product description" } } }