|
1025 | 1025 | "name": "number", |
1026 | 1026 | "x-ms-client-name": "streetNumber", |
1027 | 1027 | "in": "query", |
1028 | | - "description": "Street number as a string. If a number is sent in along with the request, the response may include the side of the street (Left/Right) and also an offset position for that number", |
| 1028 | + "description": "Street number as a string. If a number is sent in along with the request, the response may include the side of the street (Left/Right) and also an offset position for that number.", |
1029 | 1029 | "type": "string" |
1030 | 1030 | }, |
1031 | 1031 | { |
|
1199 | 1199 | { |
1200 | 1200 | "name": "crossStreet", |
1201 | 1201 | "in": "query", |
1202 | | - "description": "The cross street name for the structured address", |
| 1202 | + "description": "The cross street name for the structured address.", |
1203 | 1203 | "type": "string" |
1204 | 1204 | }, |
1205 | 1205 | { |
|
2371 | 2371 | } |
2372 | 2372 | }, |
2373 | 2373 | "Address": { |
2374 | | - "description": "The address of the result", |
| 2374 | + "description": "The address of the result.", |
2375 | 2375 | "type": "object", |
2376 | 2376 | "readOnly": true, |
2377 | 2377 | "properties": { |
2378 | 2378 | "buildingNumber": { |
2379 | | - "description": "The building number on the street.\n**Important**: This property is *deprecated*. Use `streetNumber` instead.", |
| 2379 | + "description": "The building number on the street.\n\n**Important**: This property is *deprecated*. Use `streetNumber` instead.", |
2380 | 2380 | "type": "string", |
2381 | 2381 | "readOnly": true |
2382 | 2382 | }, |
2383 | 2383 | "street": { |
2384 | | - "description": "The street name.\n**Important**: This property is *deprecated*. Use `streetName` instead.", |
| 2384 | + "description": "The street name.\n\n**Important**: This property is *deprecated*. Use `streetName` instead.", |
2385 | 2385 | "type": "string", |
2386 | 2386 | "readOnly": true |
2387 | 2387 | }, |
2388 | 2388 | "crossStreet": { |
2389 | | - "description": "The name of the street being crossed.", |
| 2389 | + "description": "The name of the street being crossed.\n\nThis property is only available in the `Get Search Address Reverse Cross Street` API.", |
2390 | 2390 | "type": "string", |
2391 | 2391 | "readOnly": true |
2392 | 2392 | }, |
2393 | 2393 | "streetNumber": { |
2394 | | - "description": "The building number on the street.", |
| 2394 | + "description": "The building number on the street.\n\nNot available in the `Get Search Address Reverse Cross Street` API.", |
2395 | 2395 | "type": "string", |
2396 | 2396 | "readOnly": true |
2397 | 2397 | }, |
2398 | 2398 | "routeNumbers": { |
2399 | | - "description": "The codes used to unambiguously identify the street", |
| 2399 | + "description": "The codes used to unambiguously identify the street.\n\nOnly available for the Search Address Reverse APIs.", |
2400 | 2400 | "type": "array", |
2401 | 2401 | "items": { |
2402 | 2402 | "type": "string", |
|
2410 | 2410 | "readOnly": true |
2411 | 2411 | }, |
2412 | 2412 | "streetNameAndNumber": { |
2413 | | - "description": "The street name and number.\nOnly available for the Search Address Reverse APIs.", |
| 2413 | + "description": "The street name and number.\n\nOnly available for the Search Address Reverse APIs.", |
2414 | 2414 | "type": "string", |
2415 | 2415 | "readOnly": true |
2416 | 2416 | }, |
|
2420 | 2420 | "readOnly": true |
2421 | 2421 | }, |
2422 | 2422 | "municipality": { |
2423 | | - "description": "City / Town <BR>Note: `municipality` represents the residential municipality. Depending on the location, the `municipality` value may differ from the commonly known name of a city or town. For the commonly known name of the city or town, it’s suggested that the `localName` value be used instead of the `municipality` value.", |
| 2423 | + "description": "City / Town <BR>Note: `municipality` represents the residential municipality. Depending on the location, the `municipality` value may differ from the commonly known name of a city or town. For the commonly known name of the city or town, it's suggested that the `localName` value be used instead of the `municipality` value.", |
2424 | 2424 | "type": "string", |
2425 | 2425 | "readOnly": true |
2426 | 2426 | }, |
2427 | | - "municipalitySubdivision": { |
2428 | | - "description": "Sub / Super City", |
| 2427 | + "countrySubdivision": { |
| 2428 | + "description": "The primary administrative division within a country, such as a state, province. It is used to represent the first-level subdivision below the national level.", |
2429 | 2429 | "type": "string", |
2430 | 2430 | "readOnly": true |
2431 | 2431 | }, |
2432 | | - "countrySubdivision": { |
2433 | | - "description": "State or Province", |
| 2432 | + "countrySecondarySubdivision": { |
| 2433 | + "description": "The second-level administrative division within a country/region. It identifies a subdivision that is below the primary subdivision, such as state or province, but above smaller units like municipalities or neighborhoods. Examples include *County* in the United States and *District* in the United Kingdom.", |
2434 | 2434 | "type": "string", |
2435 | 2435 | "readOnly": true |
2436 | 2436 | }, |
2437 | | - "countrySubdivisionCode": { |
2438 | | - "description": "`countrySubdivisionCode` prefixed by `countryCode` ( countryCode-countrySubdivisionCode ) and the hyphen forms the ISO 3166-2 code. Examples: TX for Texas, SCT for Scotland and ON for Ontario.", |
| 2437 | + "countryTertiarySubdivision": { |
| 2438 | + "description": "The third-level administrative division within a country/region. It provides even finer granularity than the secondary subdivision (such as county or district). Examples include municipalities such as a city, town, village, borough, or township and neighborhoods a smaller, informal geographic area within a municipality such as Capitol Hill, Green Lake, and Wallingford in Seattle.", |
2439 | 2439 | "type": "string", |
2440 | 2440 | "readOnly": true |
2441 | 2441 | }, |
2442 | | - "countryTertiarySubdivision": { |
2443 | | - "description": "Named Area", |
| 2442 | + "municipalitySubdivision": { |
| 2443 | + "description": "A subdivision within a municipality. It represents a smaller administrative or geographic unit inside a city, town, or other municipal entity.", |
2444 | 2444 | "type": "string", |
2445 | 2445 | "readOnly": true |
2446 | 2446 | }, |
2447 | | - "countrySecondarySubdivision": { |
2448 | | - "description": "County", |
| 2447 | + "countrySubdivisionName": { |
| 2448 | + "description": "Represents the full name of the first-level administrative division (such as state, province, or region) within a country or region. This property is included only when the `countrySubdivision` value is provided in abbreviated form. Currently supported for the United States, Canada, and the United Kingdom.", |
2449 | 2449 | "type": "string", |
2450 | 2450 | "readOnly": true |
2451 | 2451 | }, |
2452 | | - "postalCode": { |
2453 | | - "description": "Postal Code / Zip Code", |
| 2452 | + "countrySubdivisionCode": { |
| 2453 | + "description": "`countrySubdivisionCode` prefixed by `countryCode` ( countryCode-countrySubdivisionCode ) and the hyphen forms the ISO 3166-2 code. Examples: TX for Texas, SCT for Scotland and ON for Ontario.\n\nThis property is not available in the `Get Search Nearby` and `Get Search POI` API.", |
2454 | 2454 | "type": "string", |
2455 | 2455 | "readOnly": true |
2456 | 2456 | }, |
2457 | | - "extendedPostalCode": { |
2458 | | - "description": "Extended postal code (availability is dependent on the region).", |
| 2457 | + "postalCode": { |
| 2458 | + "description": "A series of numbers or letters (or both) added to an address to help identify a specific geographic area. A ZIP Code is the U.S. version of a postal code, other countries/regions use other formats such as Postcode, PIN Code and PLZ.", |
2459 | 2459 | "type": "string", |
2460 | 2460 | "readOnly": true |
2461 | 2461 | }, |
2462 | | - "countryCode": { |
2463 | | - "description": "Country (Note: This is a two-letter code, not a country/region name.)", |
| 2462 | + "extendedPostalCode": { |
| 2463 | + "description": "An extended postal code refers to a postal code format that goes beyond the standard set of digits to provide greater location precision. It is commonly used in systems like the U.S. ZIP+4 code or similar extended formats in other countries/regions. Availability is dependent on the region.\n\nNot available in the `Get Search Address Reverse Cross Street` API.", |
2464 | 2464 | "type": "string", |
2465 | 2465 | "readOnly": true |
2466 | 2466 | }, |
2467 | 2467 | "country": { |
2468 | | - "description": "country/region name", |
| 2468 | + "description": "The country/region name.", |
2469 | 2469 | "type": "string", |
2470 | 2470 | "readOnly": true |
2471 | 2471 | }, |
2472 | | - "countryCodeISO3": { |
2473 | | - "description": "ISO alpha-3 country code", |
| 2472 | + "countryCode": { |
| 2473 | + "description": "A two-letter alphabetic code defined by the ISO 3166-1 Alpha-2 standard to represent a country/region and dependent territories.", |
2474 | 2474 | "type": "string", |
2475 | 2475 | "readOnly": true |
2476 | 2476 | }, |
2477 | | - "freeformAddress": { |
2478 | | - "description": "An address line formatted according to the formatting rules of a Result's country/region of origin, or in the case of a country/region, its full country/region name.", |
| 2477 | + "countryCodeISO3": { |
| 2478 | + "description": "A three-letter alphabetic code defined by the ISO 3166-1 Alpha-3 standard to represent a country/region and dependent territories.", |
2479 | 2479 | "type": "string", |
2480 | 2480 | "readOnly": true |
2481 | 2481 | }, |
2482 | | - "countrySubdivisionName": { |
2483 | | - "description": "The full name of a first level of country/region administrative hierarchy. This field appears only in case countrySubdivision is presented in an abbreviated form. Only supported for USA, Canada, and United Kingdom.", |
| 2482 | + "freeformAddress": { |
| 2483 | + "description": "An address line formatted according to the formatting rules of a result's country/region of origin, or in the case of a country/region, its full country/region name.", |
2484 | 2484 | "type": "string", |
2485 | 2485 | "readOnly": true |
2486 | 2486 | }, |
|
0 commit comments