Commit dbbd11f4 authored by Anne Dierstein's avatar Anne Dierstein
Browse files

introduce arrays in ContactDetails

parent 37575d83
Loading
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -532,15 +532,24 @@
      "type" : "object",
      "properties" : {
        "emailAddress": {
			    "type": "array",
			    "items": {
				    "$ref" : "ts_103280_2017_07#/$defs/EmailAddress" 
			    }
        },               
        "phoneNumber": {
			    "type": "array",
			    "items": {
				    "$ref" : "ts_103280_2017_07#/$defs/InternationalE164" 
			    }
        },
        "address": {
			    "type": "array",
			    "items": {
				    "$ref":"ts_103705_2024_02#/$defs/Address"
			    }
        }
      }
    },
   "DocumentFile" : {
      "type" : "object",