Skip to content

Commit

Permalink
Drop rename of Schema description to title
Browse files Browse the repository at this point in the history
Fixes #19
  • Loading branch information
timtebeek committed Nov 2, 2024
1 parent 5174029 commit 88f5a28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/resources/META-INF/rewrite/swagger-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@ recipeList:
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: io.swagger.annotations.ApiModelProperty
newFullyQualifiedTypeName: io.swagger.v3.oas.annotations.media.Schema
- org.openrewrite.java.ChangeAnnotationAttributeName:
annotationType: io.swagger.v3.oas.annotations.media.Schema
oldAttributeName: "description"
newAttributeName: "title"
- org.openrewrite.java.ChangeAnnotationAttributeName:
annotationType: io.swagger.v3.oas.annotations.media.Schema
oldAttributeName: "value"
Expand Down

0 comments on commit 88f5a28

Please sign in to comment.