{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "surprise", "type": "object", "properties": { "fsymId": { "type": "string" }, "date": { "type": "string" }, "currency": { "type": "string" }, "estimateCurrency": { "type": "string" }, "metric": { "type": "string" }, "statistic": { "type": "string" }, "periodicity": { "type": "string" }, "fiscalEndDate": { "type": "string" }, "fiscalYear": { "type": "integer" }, "fiscalPeriod": { "type": "integer" }, "surpriseDate": { "type": "string" }, "surpriseAmount": { "type": "number" }, "surprisePercent": { "type": "number" }, "surpriseBefore": { "type": "number" }, "surpriseAfter": { "type": "number" }, "eventDescription": { "type": "string" }, "eventFlag": { "type": "integer" }, "requestId": { "type": "string" } } }