{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Segment", "type": "object", "properties": { "requestId": { "type": "string" }, "fsymId": { "type": "['string', 'null']" }, "metric": { "type": "['string', 'null']" }, "label": { "type": "['string', 'null']" }, "date": { "type": "['string', 'null']" }, "value": { "type": "string" } } }