{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SPARIdentifier", "type": "object", "description": "The account/benchmark parameter for SPAR calculation.", "properties": { "id": { "type": "string", "description": "User's FactSet account OR benchmark id." }, "returntype": { "type": "string", "description": "Benchmark return type." }, "prefix": { "type": "string", "description": "Benchmark prefix." } } }