{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Metric", "type": "object", "properties": { "metric": { "type": "['string', 'null']" }, "name": { "type": "['string', 'null']" }, "category": { "type": "['string', 'null']" }, "subcategory": { "type": "['string', 'null']" }, "oaPageId": { "type": "['string', 'null']" }, "oaUrl": { "type": "['string', 'null']" }, "factor": { "type": "['integer', 'null']" }, "sdfPackage": { "type": "['string', 'null']" }, "dataType": { "type": "['string', 'null']" } } }