"description":"Value Added Tax number, typically starting with a two letter country code according to ISO code 3166 — alpha 2 — that identifies the state of issue"
}
}
},
"Address":{
"type":"object",
"properties":{
"street":{
"type":"string"
},
"houseNumber":{
"type":"string"
},
"city":{
"type":"string"
},
"postalCode":{
"type":"string"
},
"countryCode":{
"$ref":"ts_103280_2017_07#/$defs/ISOCountryCode"
}
}
},
"IBAN":{
"type":"string",
"pattern":"[A-Z]{2}[0-9]{2}[A-Z0-9]{1,30}",
"description":"International Bank Account Number according to ISO 13616-1:2020"