Skip to content

Typos in schema for ADMISSION and ADMISSION-VIEW events #74

@tomgillett

Description

@tomgillett

Describe the bug
The ADMISSION and ADMISSION-VIEW events are mis-keyed in the Open API schema. See here and here.

  • ADMISSION is keyed ADDMISSION and the enum shares the same typo. In our testing against AOS, the actual service expects ADMISSION and rejects a schema-compliant ADDMISSION with a HTTP 400.

  • ADMISSION-VIEW is keyed ADDMISSION-VIEW, in this case, the enum does correlate with the value accepted by the AOS API: ADMISSION-VIEW

Expected behavior
Schema keys and enum values should presumably be ADMISSION and ADMISSION-VIEW to ensure the schema aligns with AOS.

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