Loading 103705/schema/response.schema.json +25 −1 Original line number Original line Diff line number Diff line Loading @@ -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", Loading Loading
103705/schema/response.schema.json +25 −1 Original line number Original line Diff line number Diff line Loading @@ -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", Loading