{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "consensusRatings", "type": "object", "properties": { "fsymId": { "type": "string" }, "estimateDate": { "type": "string" }, "buyCount": { "type": "integer" }, "overweightCount": { "type": "integer" }, "holdCount": { "type": "integer" }, "underweightCount": { "type": "integer" }, "sellCount": { "type": "integer" }, "ratingsNestTotal": { "type": "integer" }, "ratingsNote": { "type": "number" }, "ratingsNoteText": { "type": "string" }, "requestId": { "type": "string" } } }