Skip to content

Commit

Permalink
Update address.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed May 10, 2024
1 parent 76ea733 commit 0f81ea5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/resources/extensions/address.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,23 @@
"schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "Enter address",
"properties": {
"street": {
"title": "Street",
"type": "string"
},
"city": {
"title": "City",
"type": "string"
},
"state": {
"title": "State",
"type": "string",
"pattern": "^[A-Z]{2}$"
},
"zip": {
"title": "Zip",
"type": "string",
"pattern": "^[0-9]{5}$"
}
Expand Down

0 comments on commit 0f81ea5

Please sign in to comment.