Skip to content

Commit

Permalink
Merge pull request #4007 from swagger-api/add-xml-property
Browse files Browse the repository at this point in the history
add xml to property
  • Loading branch information
gracekarina authored Aug 29, 2021
2 parents 43a5581 + 5f0b63a commit 6d6d214
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public Property modelToProperty(Model model){
property.setDescription(m.getDescription());
property.setTitle(m.getTitle());
property.setUniqueItems(m.getUniqueItems());
property.setXml(m.getXml());
return property;

} else if(model instanceof RefModel) {
Expand Down

0 comments on commit 6d6d214

Please sign in to comment.