Skip to content

Commit

Permalink
add xml to prperty
Browse files Browse the repository at this point in the history
  • Loading branch information
gracekarina committed Aug 29, 2021
1 parent 43a5581 commit 5f0b63a
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 5f0b63a

Please sign in to comment.