{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "VaultCalculationParameters",
"type": "object",
"properties": {
"componentid": {
"type": "string",
"description": "The Vault component identifier to analyze."
},
"configid": {
"type": "string",
"description": "Vault Configuration identifier."
},
"componentdetail": {
"type": "string",
"description": "Component detail type for the Vault component. It can be GROUPS or GROUPSALL or TOTALS or SECURITIES."
}
}
}