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

Unresolved reference in EnumElement after expansion #689

Closed
tjanc opened this issue May 7, 2019 · 0 comments · Fixed by #690
Closed

Unresolved reference in EnumElement after expansion #689

tjanc opened this issue May 7, 2019 · 0 comments · Fixed by #690

Comments

@tjanc
Copy link
Contributor

tjanc commented May 7, 2019

The following blueprint is not interpreted correctly during expansion:

# API name

# Group Visits

## Visits [/visits]

### Create a Visit [POST]

+ Response 200 (application/json)
    + Attributes (Visit)

# Data Structures

## ContactInfo (object)

+ email: [email protected] (string)

## Visit (object)

+ monitor (enum)
    + (object)
        + Include ContactInfo

An unresolved RefElement ContactInfo is still present in the backend, not matching assumptions and causing a crash at best.

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 a pull request may close this issue.

1 participant