Skip to content

To achieve more detailed and (most important) structured description of address information

Notifications You must be signed in to change notification settings

PaulBoroday/eOCDS-addressDetails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

AddressDetails

Background

In lot of cases we are facing with a lack of structured information regarding the address of party, place of performance, jurisdiction and so on. To achieve more detailed and (most important) structured description of such information, could something like this be considered as a possible extension of 'Address' object?

{
  "address": {
    "addressDetails": {
      "countryDetails": {
        "scheme": "iso-alpha2",
        "id": "UA",
        "description": "Ukraine",
        "url": ""
      },
      "regionDetails": {
        "scheme": "iso-alpha2",
        "id": "UA-12",
        "description": "Dnipropetrovska oblast",
        "url": ""
      },
      "localityDetails": {
        "scheme": "UN/LOCDE",
        "id":"UA-DNK",  
        "description": "Dnipro",
        "url": "https://service.unece.org/trade/locode/ua.htm"
      },
      "NUTSCode": "UA"
    }
  }
}

About

To achieve more detailed and (most important) structured description of address information

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published