Commit 5a914083 authored by Anne Dierstein's avatar Anne Dierstein
Browse files

add address

parent 205472b7
Loading
Loading
Loading
Loading
Loading
+25 −1
Original line number Original line Diff line number Diff line
@@ -125,6 +125,30 @@
      "type": "string",
      "type": "string",
      "pattern": "^[A-Z]{2}$"
      "pattern": "^[A-Z]{2}$"
   	},
   	},
    "address" : {
      "type" : "object",
      "properties" : {
        "street" : {
          "type" : "string"
        },
        "houseNumber" : { 
          "type" : "string" 
        },
        "city" : { 
          "type" : "string" 
        },
        "postalCode" : { 
          "type" : "string" 
        },
        "countryCode" : { 
          "$ref" : "ts_103705_2024_02#/$defs/countryCode"
        },
        "type" : { 
          "description" : "Nature of address, i.e. installation, billing",
          "type":"string"
        }
      }
    },     
    "recordSet": {
    "recordSet": {
      "type": "array",
      "type": "array",
      "title": "RecordSet",
      "title": "RecordSet",