{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Fundamental", "type": "object", "properties": { "requestId": { "type": "string" }, "fsymId": { "type": "['string', 'null']" }, "metric": { "type": "['string', 'null']" }, "periodicity": { "type": "['string', 'null']" }, "fiscalPeriod": { "type": "['integer', 'null']" }, "fiscalYear": { "type": "['integer', 'null']" }, "fiscalPeriodLength": { "type": "['integer', 'null']" }, "fiscalEndDate": { "type": "['string', 'null']" }, "reportDate": { "type": "['string', 'null']" }, "epsReportDate": { "type": "['string', 'null']" }, "updateType": { "type": "['string', 'null']" }, "currency": { "type": "['string', 'null']" }, "value": { "type": "string" } } }