"description":"List of one or more addresses registered for the person"
},
"contactDetails":{
"$ref":"#/$defs/ContactDetail",
"description":"Contact details registered for the person"
}
}
},
@@ -512,12 +516,16 @@
"pattern":"[A-Z]{2}.*",
"description":"Value Added Tax number, typically starting with a two letter country code according to ISO code 3166 - alpha 2 - that identifies the country of issue"
},
"registeredAddress":{
"addresses":{
"type":"array",
"items":{
"$ref":"#/$defs/Address"
},
"description":"Registered address of the organisation"
"description":"List of one or more addresses registered for the organisation"
},
"contactDetails":{
"$ref":"#/$defs/ContactDetail",
"description":"Contact details registered for the person"
}
}
},
@@ -638,6 +646,10 @@
"countryCode":{
"$ref":"ts_103280_2017_07#/$defs/ISOCountryCode",
"description":"Country code of the address"
},
"typeOfAddress":{
"type":"string",
"description":"Information about the type of addresses, e.g. residence, billing, installation"