@pdtf/schemas 3.2.1-6 → 3.2.1-8
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 +1 -1
- package/src/schemas/v3/combined.json +42 -3
- package/src/schemas/v3/overlays/con29R.json +1 -1
- package/src/schemas/v3/overlays/sr24.json +13 -0
- package/src/schemas/v3/pdtf-transaction.json +32 -3
- package/src/schemas/v3/skeleton.json +7 -2
package/package.json
CHANGED
|
@@ -9874,6 +9874,7 @@
|
|
|
9874
9874
|
"items": {
|
|
9875
9875
|
"type": "string",
|
|
9876
9876
|
"enum": [
|
|
9877
|
+
"None",
|
|
9877
9878
|
"Level access",
|
|
9878
9879
|
"Ramped access",
|
|
9879
9880
|
"Lift access",
|
|
@@ -10365,7 +10366,18 @@
|
|
|
10365
10366
|
"title": "Which Council Tax band does this property fall within?",
|
|
10366
10367
|
"description": "Band I relates to Wales only",
|
|
10367
10368
|
"type": "string",
|
|
10368
|
-
"enum": [
|
|
10369
|
+
"enum": [
|
|
10370
|
+
"A",
|
|
10371
|
+
"B",
|
|
10372
|
+
"C",
|
|
10373
|
+
"D",
|
|
10374
|
+
"E",
|
|
10375
|
+
"F",
|
|
10376
|
+
"G",
|
|
10377
|
+
"H",
|
|
10378
|
+
"I",
|
|
10379
|
+
"Not banded"
|
|
10380
|
+
]
|
|
10369
10381
|
},
|
|
10370
10382
|
"councilTaxAffectingAlterations": {
|
|
10371
10383
|
"baspi4Ref": "A1.9.2",
|
|
@@ -20405,6 +20417,7 @@
|
|
|
20405
20417
|
"items": {
|
|
20406
20418
|
"type": "string",
|
|
20407
20419
|
"enum": [
|
|
20420
|
+
"None",
|
|
20408
20421
|
"Air conditioning",
|
|
20409
20422
|
"Double glazing",
|
|
20410
20423
|
"Triple glazing",
|
|
@@ -26312,6 +26325,32 @@
|
|
|
26312
26325
|
"sr24Ref": "1.2",
|
|
26313
26326
|
"title": "I/we consent to the sharing of the information contained in the Sale Ready pack with the my/our legal representative and the buyer(s) and their legal representatives",
|
|
26314
26327
|
"type": "boolean"
|
|
26328
|
+
},
|
|
26329
|
+
"sellerSignatures": {
|
|
26330
|
+
"sr24Ref": "1.3",
|
|
26331
|
+
"title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer.",
|
|
26332
|
+
"type": "array",
|
|
26333
|
+
"items": {
|
|
26334
|
+
"type": "object",
|
|
26335
|
+
"required": ["name", "signedOn"],
|
|
26336
|
+
"properties": {
|
|
26337
|
+
"name": {
|
|
26338
|
+
"sr24Ref": "1.3.1",
|
|
26339
|
+
"title": "Name of signatory",
|
|
26340
|
+
"type": "string",
|
|
26341
|
+
"minLength": 1
|
|
26342
|
+
},
|
|
26343
|
+
"signedOn": {
|
|
26344
|
+
"sr24Ref": "1.3.2",
|
|
26345
|
+
"title": "Date and time of signature in ISO 8601 format",
|
|
26346
|
+
"type": "string",
|
|
26347
|
+
"format": "date-time"
|
|
26348
|
+
},
|
|
26349
|
+
"externalIds": {
|
|
26350
|
+
"type": "object"
|
|
26351
|
+
}
|
|
26352
|
+
}
|
|
26353
|
+
}
|
|
26315
26354
|
}
|
|
26316
26355
|
}
|
|
26317
26356
|
},
|
|
@@ -28796,9 +28835,9 @@
|
|
|
28796
28835
|
}
|
|
28797
28836
|
]
|
|
28798
28837
|
},
|
|
28799
|
-
"
|
|
28838
|
+
"floodAndCoastalErosionRiskManagement": {
|
|
28800
28839
|
"con29RRef": "3.7(g)",
|
|
28801
|
-
"title": "flood and
|
|
28840
|
+
"title": "flood and coastal erosion risk management",
|
|
28802
28841
|
"type": "object",
|
|
28803
28842
|
"properties": {
|
|
28804
28843
|
"yesNo": {
|
|
@@ -16,6 +16,19 @@
|
|
|
16
16
|
},
|
|
17
17
|
"authorisationToShare": {
|
|
18
18
|
"sr24Ref": "1.2"
|
|
19
|
+
},
|
|
20
|
+
"sellerSignatures": {
|
|
21
|
+
"sr24Ref": "1.3",
|
|
22
|
+
"items": {
|
|
23
|
+
"properties": {
|
|
24
|
+
"name": {
|
|
25
|
+
"sr24Ref": "1.3.1"
|
|
26
|
+
},
|
|
27
|
+
"signedOn": {
|
|
28
|
+
"sr24Ref": "1.3.2"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
19
32
|
}
|
|
20
33
|
}
|
|
21
34
|
}
|
|
@@ -8062,6 +8062,7 @@
|
|
|
8062
8062
|
"items": {
|
|
8063
8063
|
"type": "string",
|
|
8064
8064
|
"enum": [
|
|
8065
|
+
"None",
|
|
8065
8066
|
"Level access",
|
|
8066
8067
|
"Ramped access",
|
|
8067
8068
|
"Lift access",
|
|
@@ -8490,7 +8491,8 @@
|
|
|
8490
8491
|
"F",
|
|
8491
8492
|
"G",
|
|
8492
8493
|
"H",
|
|
8493
|
-
"I"
|
|
8494
|
+
"I",
|
|
8495
|
+
"Not banded"
|
|
8494
8496
|
]
|
|
8495
8497
|
},
|
|
8496
8498
|
"councilTaxAffectingAlterations": {
|
|
@@ -17078,6 +17080,7 @@
|
|
|
17078
17080
|
"items": {
|
|
17079
17081
|
"type": "string",
|
|
17080
17082
|
"enum": [
|
|
17083
|
+
"None",
|
|
17081
17084
|
"Air conditioning",
|
|
17082
17085
|
"Double glazing",
|
|
17083
17086
|
"Triple glazing",
|
|
@@ -21683,6 +21686,32 @@
|
|
|
21683
21686
|
"authorisationToShare": {
|
|
21684
21687
|
"title": "I/we consent to the sharing of the information contained in the Sale Ready pack with the my/our legal representative and the buyer(s) and their legal representatives",
|
|
21685
21688
|
"type": "boolean"
|
|
21689
|
+
},
|
|
21690
|
+
"sellerSignatures": {
|
|
21691
|
+
"title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer.",
|
|
21692
|
+
"type": "array",
|
|
21693
|
+
"items": {
|
|
21694
|
+
"type": "object",
|
|
21695
|
+
"required": [
|
|
21696
|
+
"name",
|
|
21697
|
+
"signedOn"
|
|
21698
|
+
],
|
|
21699
|
+
"properties": {
|
|
21700
|
+
"name": {
|
|
21701
|
+
"title": "Name of signatory",
|
|
21702
|
+
"type": "string",
|
|
21703
|
+
"minLength": 1
|
|
21704
|
+
},
|
|
21705
|
+
"signedOn": {
|
|
21706
|
+
"title": "Date and time of signature in ISO 8601 format",
|
|
21707
|
+
"type": "string",
|
|
21708
|
+
"format": "date-time"
|
|
21709
|
+
},
|
|
21710
|
+
"externalIds": {
|
|
21711
|
+
"type": "object"
|
|
21712
|
+
}
|
|
21713
|
+
}
|
|
21714
|
+
}
|
|
21686
21715
|
}
|
|
21687
21716
|
}
|
|
21688
21717
|
},
|
|
@@ -24165,8 +24194,8 @@
|
|
|
24165
24194
|
}
|
|
24166
24195
|
]
|
|
24167
24196
|
},
|
|
24168
|
-
"
|
|
24169
|
-
"title": "flood and
|
|
24197
|
+
"floodAndCoastalErosionRiskManagement": {
|
|
24198
|
+
"title": "flood and coastal erosion risk management",
|
|
24170
24199
|
"type": "object",
|
|
24171
24200
|
"properties": {
|
|
24172
24201
|
"yesNo": {
|
|
@@ -2815,7 +2815,12 @@
|
|
|
2815
2815
|
},
|
|
2816
2816
|
"saleReadyDeclarations": {
|
|
2817
2817
|
"authorisedToActOnBehalfOfAllSellers": {},
|
|
2818
|
-
"authorisationToShare": {}
|
|
2818
|
+
"authorisationToShare": {},
|
|
2819
|
+
"sellerSignatures": {
|
|
2820
|
+
"name": {},
|
|
2821
|
+
"signedOn": {},
|
|
2822
|
+
"externalIds": {}
|
|
2823
|
+
}
|
|
2819
2824
|
},
|
|
2820
2825
|
"localSearches": {
|
|
2821
2826
|
"localLandCharges": {
|
|
@@ -3177,7 +3182,7 @@
|
|
|
3177
3182
|
"yesNo": {},
|
|
3178
3183
|
"details": {}
|
|
3179
3184
|
},
|
|
3180
|
-
"
|
|
3185
|
+
"floodAndCoastalErosionRiskManagement": {
|
|
3181
3186
|
"yesNo": {},
|
|
3182
3187
|
"details": {}
|
|
3183
3188
|
}
|