@pdtf/schemas 3.2.0-1 → 3.2.0-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +4 -3
- package/src/schemas/v3/combined.json +9 -2
- package/src/schemas/v3/overlays/baspi.json +1 -1
- package/src/schemas/v3/overlays/nts.json +1 -1
- package/src/schemas/v3/overlays/ntsl.json +1 -1
- package/src/schemas/v3/overlays/piq.json +1 -1
- package/src/schemas/v3/overlays/ta6.json +1 -1
- package/src/schemas/v3/pdtf-transaction.json +11 -3
- package/src/schemas/v3/skeleton.json +2 -1
package/package.json
CHANGED
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"dateOfBirth": "1975-12-25",
|
|
12
12
|
"phone": "07777 222333",
|
|
13
13
|
"email": "peter@theseller.com",
|
|
14
|
-
"address": { "line1": "47 Park Road", "postcode": "AL3 5AF" },
|
|
14
|
+
"address": { "line1": "47 Park Road", "postcode": "AL3 5AF", "countryCode": "GBR" },
|
|
15
15
|
"role": "Seller",
|
|
16
16
|
"sellersCapacity": { "capacity": "Legal Owner" },
|
|
17
|
-
"externalIds": { "
|
|
17
|
+
"externalIds": { "Moverly": "123434" }
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"role": "Seller's Conveyancer",
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
"line1": "123 Sweet St",
|
|
24
24
|
"line2": "Test building",
|
|
25
25
|
"town": "London",
|
|
26
|
-
"postcode": "SW1A 1AA"
|
|
26
|
+
"postcode": "SW1A 1AA",
|
|
27
|
+
"countryCode": "GBR"
|
|
27
28
|
},
|
|
28
29
|
"email": "johnny@suemme.co.uk",
|
|
29
30
|
"organisation": "Suemme and Profitt",
|
|
@@ -106,6 +106,13 @@
|
|
|
106
106
|
"title": "Postcode",
|
|
107
107
|
"type": "string",
|
|
108
108
|
"minLength": 1
|
|
109
|
+
},
|
|
110
|
+
"countryCode": {
|
|
111
|
+
"title": "Country code",
|
|
112
|
+
"description": "ISO 3166-1 alpha-3 country code",
|
|
113
|
+
"type": "string",
|
|
114
|
+
"minLength": 3,
|
|
115
|
+
"maxLength": 3
|
|
109
116
|
}
|
|
110
117
|
},
|
|
111
118
|
"baspiRequired": ["line1", "postcode"]
|
|
@@ -18743,12 +18750,12 @@
|
|
|
18743
18750
|
{
|
|
18744
18751
|
"properties": {
|
|
18745
18752
|
"heatingType": {
|
|
18746
|
-
"enum": ["
|
|
18753
|
+
"enum": ["Communal heating system"]
|
|
18747
18754
|
},
|
|
18748
18755
|
"details": {
|
|
18749
18756
|
"ntsRef": "B3.4.4",
|
|
18750
18757
|
"ntslRef": "B3.4.4",
|
|
18751
|
-
"title": "
|
|
18758
|
+
"title": "Communal heating system details",
|
|
18752
18759
|
"description": "Please describe how the cost of heating supply is charged, whether you have control over the energy supplier and whether you have any control over the heating.",
|
|
18753
18760
|
"type": "string",
|
|
18754
18761
|
"minLength": 1
|
|
@@ -100,6 +100,13 @@
|
|
|
100
100
|
"title": "Postcode",
|
|
101
101
|
"type": "string",
|
|
102
102
|
"minLength": 1
|
|
103
|
+
},
|
|
104
|
+
"countryCode": {
|
|
105
|
+
"title": "Country code",
|
|
106
|
+
"description": "ISO 3166-1 alpha-3 country code",
|
|
107
|
+
"type": "string",
|
|
108
|
+
"minLength": 3,
|
|
109
|
+
"maxLength": 3
|
|
103
110
|
}
|
|
104
111
|
}
|
|
105
112
|
},
|
|
@@ -8175,7 +8182,8 @@
|
|
|
8175
8182
|
"F",
|
|
8176
8183
|
"G",
|
|
8177
8184
|
"H",
|
|
8178
|
-
"I"
|
|
8185
|
+
"I",
|
|
8186
|
+
"Not available"
|
|
8179
8187
|
]
|
|
8180
8188
|
},
|
|
8181
8189
|
"councilTaxAffectingAlterations": {
|
|
@@ -16663,11 +16671,11 @@
|
|
|
16663
16671
|
"properties": {
|
|
16664
16672
|
"heatingType": {
|
|
16665
16673
|
"enum": [
|
|
16666
|
-
"
|
|
16674
|
+
"Communal heating system"
|
|
16667
16675
|
]
|
|
16668
16676
|
},
|
|
16669
16677
|
"details": {
|
|
16670
|
-
"title": "
|
|
16678
|
+
"title": "Communal heating system details",
|
|
16671
16679
|
"description": "Please describe how the cost of heating supply is charged, whether you have control over the energy supplier and whether you have any control over the heating.",
|
|
16672
16680
|
"type": "string",
|
|
16673
16681
|
"minLength": 1
|