eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
131 stars 82 forks source link

Implemented Test: @SchemaProperty Overrides Source Class Attributes #467

Closed scottcurtis2605 closed 3 years ago

scottcurtis2605 commented 3 years ago

The following test scenario was implemented:

Fixes #466

MikeEdgar commented 3 years ago

This PR looks good to me. It is in alignment with what is specified in the JavaDoc for @Schema#properties.

scottcurtis2605 commented 3 years ago

@phillip-kruger would you be able to review (and possibly merge!) this PR? Thanks!