{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "benchmarkRatios", "type": "object", "properties": { "fsymId": { "type": "string" }, "date": { "type": "string" }, "name": { "type": "string" }, "requestId": { "type": "string" }, "metric": { "type": "string" }, "periodicity": { "type": "string" }, "currency": { "type": "string" }, "value": { "type": "number" } } }