Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Fix: entries in EnumElement are expanded #690

Merged
merged 3 commits into from
May 7, 2019
Merged

Fix: entries in EnumElement are expanded #690

merged 3 commits into from
May 7, 2019

Conversation

tjanc
Copy link
Contributor

@tjanc tjanc commented May 7, 2019

Fixes #689

Copy link
Member

@kylef kylef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a changelog entry and a release commit too? That way we can merge this and release in one go saves separate PR and review cycle.

https://github.com/apiaryio/drafter/pull/681/files contains the exact files that need to be changed for release.


## ContactInfo (object)

+ email: june@email.com (string)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use example.com, it's a reserved domain name, june@email.com could be a legit persons email address which we probably don't want to use in our tests.

from RFC2606

Suggested change
+ email: june@email.com (string)
+ email: user@example.com (string)

@kylef kylef merged commit bdbd8d6 into master May 7, 2019
@kylef kylef deleted the tjanc/fix-689 branch May 7, 2019 13:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unresolved reference in EnumElement after expansion
3 participants