Commit 250903bc authored by Frank Fransen's avatar Frank Fransen Committed by Mark Canterbury
Browse files

Update file etsi_types.schema.json

parent 5334ce03
Loading
Loading
Loading
Loading
+16 −4
Original line number Diff line number Diff line
@@ -485,12 +485,16 @@
          "$ref": "#/$defs/Date",
          "description": "Date of birth of the person"
        },
        "residence": {
        "addresses": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/Address"
          },
          "description": "Residence address of the person"
          "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"
        }
      }
    },