{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SPARComponent", "type": "object", "properties": { "id": { "type": "string" }, "accounts": { "type": "array" }, "currencyIsoCode": { "type": "string" }, "path": { "type": "string" }, "name": { "type": "string" }, "category": { "type": "string" } } }