{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "detailEstimate", "type": "object", "properties": { "fsymId": { "type": "string" }, "metric": { "type": "string" }, "periodicity": { "type": "string" }, "fiscalYear": { "type": "integer" }, "fiscalPeriod": { "type": "integer" }, "fiscalEndDate": { "type": "string" }, "relativePeriod": { "type": "integer" }, "currency": { "type": "string" }, "estimateDate": { "type": "string" }, "estimateValue": { "type": "number" }, "analystId": { "type": "string" }, "analystName": { "type": "string" }, "brokerId": { "type": "string" }, "brokerName": { "type": "string" }, "lastModifiedDate": { "type": "string" }, "prevEstimateDate": { "type": "string" }, "prevEstimateValue": { "type": "number" }, "section": { "type": "string" }, "statusCode": { "type": "integer" }, "statusText": { "type": "string" }, "requestId": { "type": "string" }, "inputDateTime": { "type": "string" }, "securityCurrency": { "type": "string" }, "brokerEstimateCurrency": { "type": "string" }, "estimateCurrency": { "type": "string" } } }