{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SPARComponent", "type": "object", "properties": { "id": { "type": "string", "description": "Component identifier." }, "accounts": { "type": "array", "description": "List of accounts in SPAR document." }, "currencyIsoCode": { "type": "string", "description": "CurrencyCode in SPAR document." }, "path": { "type": "string", "description": "The path to the document" }, "name": { "type": "string", "description": "Component name." }, "category": { "type": "string", "description": "Component category." } } }