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

Unresolved reference in EnumElement after expansion #689

@tjanc

Description

@tjanc

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.

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