{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SPARBenchmark", "type": "object", "properties": { "id": { "type": "string", "description": "Benchmark identifier" }, "name": { "type": "string", "description": "Benchmark Name" }, "identifiers": { "type": "array", "description": "List of SPAR identifiers" } } }