Commit 4d45e3d3 authored by Mark Canterbury's avatar Mark Canterbury Committed by Mark Canterbury
Browse files

Fixing addresses

parent 34aa3c96
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -8,7 +8,10 @@
      "CreationDate": "2022-01-16T15:57:00Z",
      "DeletionDate": "2025-01-16T15:57:00Z",
      "CustomerName": "Name",
      "CustomerAddress": "Address",
      "CustomerAddress": [
          "Address",
          "AnotherAddress"
      ],
      "EmailAddresses": [
        "email@example.com",
        "other_email@example.com"
+4 −1
Original line number Diff line number Diff line
@@ -327,7 +327,10 @@
          "$ref": "ts_103280_2017_07#/$defs/LongString"
        },
        "CustomerAddress": {
          "type" : "array",
          "items" : {
            "$ref": "ts_103280_2017_07#/$defs/LongString"
          }
        },
        "EmailAddress": {
          "type": "array",