Skip to content
This repository was archived by the owner on Aug 26, 2020. It is now read-only.
This repository was archived by the owner on Aug 26, 2020. It is now read-only.

Repated double properties for nested entities #346

@jmakeig

Description

@jmakeig

An entity with a sub-entity of type "person" where that sub-entity is also called "person" results in a duplicate name in the XML like:

<envelope>
 <person>
    <person>
     <name>bob</name>
     <age>33</age>
    </person>
  </person>
</envelope>

The extra level of indirection is particularly odd (and appears to users to be a bug) when the reference and the sub-entity have the same name, resulting in an element being doubled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions