{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Ratio", "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']" }, "fiscalEndDate": { "type": "['string', 'null']" }, "currency": { "type": "['string', 'null']" }, "value": { "type": "['number', 'null']" } } }