@pdtf/schemas 3.2.1-7 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "3.2.1-7",
3
+ "version": "3.2.1-8",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -26325,6 +26325,32 @@
26325
26325
  "sr24Ref": "1.2",
26326
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",
26327
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
+ }
26328
26354
  }
26329
26355
  }
26330
26356
  },
@@ -28809,9 +28835,9 @@
28809
28835
  }
28810
28836
  ]
28811
28837
  },
28812
- "floodAndCostalErosionRiskManagement": {
28838
+ "floodAndCoastalErosionRiskManagement": {
28813
28839
  "con29RRef": "3.7(g)",
28814
- "title": "flood and costal erosion risk management",
28840
+ "title": "flood and coastal erosion risk management",
28815
28841
  "type": "object",
28816
28842
  "properties": {
28817
28843
  "yesNo": {
@@ -1456,7 +1456,7 @@
1456
1456
  "yesNo"
1457
1457
  ]
1458
1458
  },
1459
- "floodAndCostalErosionRiskManagement": {
1459
+ "floodAndCoastalErosionRiskManagement": {
1460
1460
  "con29RRef": "3.7(g)",
1461
1461
  "discriminator": {
1462
1462
  "propertyName": "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
  }
@@ -21686,6 +21686,32 @@
21686
21686
  "authorisationToShare": {
21687
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",
21688
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
+ }
21689
21715
  }
21690
21716
  }
21691
21717
  },
@@ -24168,8 +24194,8 @@
24168
24194
  }
24169
24195
  ]
24170
24196
  },
24171
- "floodAndCostalErosionRiskManagement": {
24172
- "title": "flood and costal erosion risk management",
24197
+ "floodAndCoastalErosionRiskManagement": {
24198
+ "title": "flood and coastal erosion risk management",
24173
24199
  "type": "object",
24174
24200
  "properties": {
24175
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
- "floodAndCostalErosionRiskManagement": {
3185
+ "floodAndCoastalErosionRiskManagement": {
3181
3186
  "yesNo": {},
3182
3187
  "details": {}
3183
3188
  }