{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "detailRatings", "type": "object", "properties": { "fsymId": { "type": "string" }, "estimateDate": { "type": "string" }, "analystId": { "type": "string" }, "analystName": { "type": "string" }, "brokerId": { "type": "string" }, "brokerName": { "type": "string" }, "ratingsNoteText": { "type": "string" }, "requestId": { "type": "string" }, "inputDateTime": { "type": "string" }, "lastModifiedDate": { "type": "string" } } }