Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit bfd19d8

Browse files
Merge pull request #254 from lukeromanowicz/fix/shorter-postal-code
3 characters postcode in user profile address
2 parents deb73a8 + 91df89a commit bfd19d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/models/userProfile.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"postcode": {
7272
"type": "string",
73-
"minLength": 5
73+
"minLength": 3
7474
},
7575
"company": {
7676
"type": "string",
@@ -113,4 +113,4 @@
113113
}
114114
}
115115
}
116-
}
116+
}

0 commit comments

Comments
 (0)