Skip to content

Commit 5f0b63a

Browse files
committed
add xml to prperty
1 parent 43a5581 commit 5f0b63a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/swagger-models/src/main/java/io/swagger/models/utils/PropertyModelConverter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public Property modelToProperty(Model model){
8888
property.setDescription(m.getDescription());
8989
property.setTitle(m.getTitle());
9090
property.setUniqueItems(m.getUniqueItems());
91+
property.setXml(m.getXml());
9192
return property;
9293

9394
} else if(model instanceof RefModel) {

0 commit comments

Comments
 (0)