Currently in the scene metdata in RFC 5 there are two ways to specify a coordinate system with a name and no path. Either as
'output': ...
'output': {'name': ...}
- (or
'output': {'name': ..., 'path': null}).
This is a bit annoying for implementations because there are three different options to consider for metdata that has the same meaning.
If it's not too late, I'd like to propose choosing one of these options for describing a named coordinate system without a path. I would propose removing the option to simply have 'output': ... outside a JSON object, because 'output': {'name': ...} is a similar structure to when path is specified and therefore each case can share parsing code.