{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "VaultConfiguration", "type": "object", "properties": { "name": { "type": "string", "description": "Configuration name." }, "accounts": { "type": "object" } } }