{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "consensusEstimate", "type": "object", "properties": { "requestId": { "type": "string" }, "fsymId": { "type": "string" }, "metric": { "type": "string" }, "periodicity": { "type": "string" }, "fiscalPeriod": { "type": "integer" }, "fiscalYear": { "type": "integer" }, "fiscalEndDate": { "type": "string" }, "relativePeriod": { "type": "integer" }, "estimateDate": { "type": "string" }, "currency": { "type": "string" }, "estimateCurrency": { "type": "string" }, "mean": { "type": "number" }, "median": { "type": "number" }, "standardDeviation": { "type": "number" }, "high": { "type": "number" }, "low": { "type": "number" }, "estimateCount": { "type": "integer" }, "up": { "type": "integer" }, "down": { "type": "integer" } } }