{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ConfigurationAccount", "type": "object", "properties": { "benchmarkCode": { "type": "string", "description": "Benchmark code." }, "benchmarkName": { "type": "string", "description": "Benchmark name." }, "maxEndDate": { "type": "string", "description": "Maximum end date." }, "minStartDate": { "type": "string", "description": "Minimum start date." }, "lockingDate": { "type": "string", "description": "Locking date." }, "name": { "type": "string", "description": "Account name." } } }