Skip to content

Commit 146bec8

Browse files
committed
fix mapping (#225)
1 parent 26b9ef6 commit 146bec8

File tree

1 file changed

+1
-1
lines changed
  • openapi-processor-core/src/testInt/resources/tests/schema-mapping/inputs

1 file changed

+1
-1
lines changed

openapi-processor-core/src/testInt/resources/tests/schema-mapping/inputs/mapping.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ map:
99
- type: integer:year => java.time.Year
1010

1111
schemas:
12-
integer:year @ com.fasterxml.jackson.annotation.JsonFormat(shape = com.fasterxml.jackson.annotation.JsonFormat.Shape.NUMBER, pattern = "yyyy")
12+
- type: integer:year @ com.fasterxml.jackson.annotation.JsonFormat(shape = com.fasterxml.jackson.annotation.JsonFormat.Shape.NUMBER, pattern = "yyyy")

0 commit comments

Comments
 (0)