Closed effigies closed 2 years ago
To be clear, this would change:
[
{"FSL": {"fslparam": "val1"}},
{"SPM": {"spmparam": "val2"}}
]
To:
{
"FSL": {"fslparam": "val1"},
"SPM": {"spmparam": "val2"}
}
Agreed: fewer curly braces would be good.
From Model.Software
Should the type instead be
Optional[Dict[str, Dict[str, Any]]]
and the text updated to: