{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "benchmarkIdList", "type": "object", "properties": { "fsymId": { "type": "string", "description": "Benchmark Id" }, "name": { "type": "string", "description": "Name of the Benchmark ID" }, "familyName": { "type": "string", "description": "Name of the Benchmarks Family" }, "market": { "type": "string", "description": "Market grouping related to the Benchmark Family" }, "categoryDescription": { "type": "string", "description": "Extended name or description of Benchmark Family & Market" } } }