e.g.
"sfMaps": [
"Obj_SupplyExtraction_CI"
],
"sfCollectionMaps": [
{
"name": "StrategyCollection_CI",
"packages": [
"GeoscapeMesh_CI",
"UILibrary_CI_ChainPreview",
"UILibrary_CovertInfiltration"
]
}
]
could become
"sfMaps": [
"Obj_SupplyExtraction_CI",
{
"name": "StrategyCollection_CI",
"packages": [
"GeoscapeMesh_CI",
"UILibrary_CI_ChainPreview",
"UILibrary_CovertInfiltration"
]
}
]
(short form and long form)
e.g.
could become
(short form and long form)