{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "benchmarkDetails", "type": "object", "properties": { "fsymId": { "type": "string" }, "benchmarkId": { "type": "string" }, "benchmarkName": { "type": "string" }, "multipleBenchmarkFlag": { "type": "string" }, "benchmarkChangeDate": { "type": "string" }, "segment": { "type": "string" }, "segmentBenchmarkId": { "type": "string" }, "segmentBenchmarkName": { "type": "string" }, "segmentBenchmarkCurrency": { "type": "string" }, "segmentBenchmarkReturnType": { "type": "string" }, "requestId": { "type": "string" } } }