{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "VaultComponent", "type": "object", "properties": { "id": { "type": "string" }, "currencyisocode": { "type": "string" }, "snapshot": { "type": "boolean" }, "path": { "type": "string" }, "name": { "type": "string" }, "category": { "type": "string" } } }