File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1238112381 "building_or_firm_name": {
1238212382 "type": "string",
1238312383 "description": "Name of the company or building associated with the address",
12384- "enum ": "Cooper Ltd"
12384+ "example ": "Cooper Ltd"
1238512385 },
1238612386 "address_secondary_abbreviation": {
1238712387 "type": "string",
Original file line number Diff line number Diff line change @@ -11513,7 +11513,7 @@ components:
1151311513 building_or_firm_name :
1151411514 type : string
1151511515 description : Name of the company or building associated with the address
11516- enum : Cooper Ltd
11516+ example : Cooper Ltd
1151711517 address_secondary_abbreviation :
1151811518 type : string
1151911519 description : Not available for non-US addresses
Original file line number Diff line number Diff line change @@ -7538,7 +7538,7 @@ export interface components {
75387538 street_post_directional_abbreviation : "" ;
75397539 /**
75407540 * @description Name of the company or building associated with the address
7541- * @enum {string}
7541+ * @example Cooper Ltd
75427542 */
75437543 building_or_firm_name : string ;
75447544 /**
You can’t perform that action at this time.
0 commit comments