Currently, Document#collections has no idea what the corresponding key: collection pairs are. This is theoretically derivable from the metadata; these also should just match 1:1 with properties on the actual document itself. For example, Combat["collections"]["combatants"] should be equal in type to Combat["combatants"].
Currently,
Document#collections
has no idea what the corresponding key: collection pairs are. This is theoretically derivable from the metadata; these also should just match 1:1 with properties on the actual document itself. For example,Combat["collections"]["combatants"]
should be equal in type toCombat["combatants"]
.