File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 99899989 "supplerendeBynavn",
99909990 "navn",
99919991 "postnr",
9992- "postnummerinddeling"
9992+ "postnummerinddeling",
9993+ "bynavn"
99939994 ],
99949995 "properties": {
99959996 "id": {
Original file line number Diff line number Diff line change @@ -9639,6 +9639,7 @@ components:
96399639 - navn
96409640 - postnr
96419641 - postnummerinddeling
9642+ - bynavn
96429643 properties :
96439644 id :
96449645 $ref : ' #/components/schemas/ID'
Original file line number Diff line number Diff line change @@ -6079,7 +6079,7 @@ export interface components {
60796079 /** @description The name of the postal code area */
60806080 navn : string ;
60816081 /** @description The additional city name associated with the address */
6082- bynavn ? : string ;
6082+ bynavn : string ;
60836083 } ;
60846084 /**
60856085 * Global Address
You can’t perform that action at this time.
0 commit comments