{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "segmentsEstimate", "type": "object", "properties": { "requestId": { "type": "string" }, "fsymId": { "type": "string" }, "segmentType": { "type": "string" }, "metric": { "type": "string" }, "fiscalPeriod": { "type": "integer" }, "fiscalYear": { "type": "integer" }, "segmentLabel": { "type": "string" }, "segmentLevel": { "type": "string" }, "fiscalEndDate": { "type": "string" }, "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" } } }