Skip to content

Commit

Permalink
Merge pull request #313 from UPbrella/dev
Browse files Browse the repository at this point in the history
v0.3.7 dev pre-release
  • Loading branch information
birdieHyun authored Sep 22, 2023
2 parents 878993f + ef4037b commit b538c13
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -577,17 +577,20 @@ void updateStoreTest() throws Exception {
fieldWithPath("businessHour").type(JsonFieldType.STRING)
.description("영업 시간"),
fieldWithPath("contactNumber").type(JsonFieldType.STRING)
.description("연락처"),
.description("연락처")
.optional(),
fieldWithPath("instagramId").type(JsonFieldType.STRING)
.description("인스타그램 아이디"),
.description("인스타그램 아이디")
.optional(),
fieldWithPath("latitude").type(JsonFieldType.NUMBER)
.description("위도"),
fieldWithPath("longitude").type(JsonFieldType.NUMBER)
.description("경도"),
fieldWithPath("content").type(JsonFieldType.STRING)
.description("내용"),
fieldWithPath("password").type(JsonFieldType.STRING)
.description("비밀번호"),
.description("비밀번호")
.optional(),
fieldWithPath("businessHours").type(JsonFieldType.ARRAY)
.description("영업 시간"),
fieldWithPath("businessHours[].date").type(JsonFieldType.STRING)
Expand Down

0 comments on commit b538c13

Please sign in to comment.