diff --git a/103705/schema/etsi_types.schema.json b/103705/schema/etsi_types.schema.json index 00c95cd28688a2a00ac4b80e1773fe9a1e4e995a..78653c0e883969c4604ab28c7f383b782b7c6a08 100644 --- a/103705/schema/etsi_types.schema.json +++ b/103705/schema/etsi_types.schema.json @@ -484,6 +484,17 @@ "dateOfBirth": { "$ref": "#/$defs/Date", "description": "Date of birth of the person" + }, + "addresses": { + "type": "array", + "items": { + "$ref": "#/$defs/Address" + }, + "description": "List of one or more addresses registered for the person" + }, + "contactDetails": { + "$ref": "#/$defs/ContactDetail", + "description": "Contact details registered for the person" } } }, @@ -504,6 +515,17 @@ "type": "string", "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" + }, + "addresses": { + "type": "array", + "items": { + "$ref": "#/$defs/Address" + }, + "description": "List of one or more addresses registered for the organisation" + }, + "contactDetails": { + "$ref": "#/$defs/ContactDetail", + "description": "Contact details registered for the organisation" } } }, @@ -567,6 +589,10 @@ "natureOfContract": { "type": "string", "description": "Nature of the contract, i.e. product or service name" + }, + "documentFile": { + "$ref": "#/$defs/DocumentFile", + "description": "Document file, e.g. copy of the contract" } } }, @@ -620,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 address, e.g. residence, billing, installation" } } },