Skip to content

Bounded context entities gaining extra fields #3

@vinbush

Description

@vinbush

@i-laird

Some of the entities returned by bounded context have extra fields added to them; it looks like these fields are coming from other entities in the bounded context and are somehow duplicated to another entity.

For example, here is the System Context (from JParser) for the Language entity in TMS, with only one property (the correct property):
expected_properties

Here is the Language entity in the Bounded Context, with extra properties:
actual_properties

Additionally, the 'name' field should be a string, but somehow got changed to Choice, but that's probably unrelated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions