@pdtf/schemas 3.6.0-30 → 3.6.0-32
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/docs/sef25-extensions-ui-spec.md +274 -5
- package/index.js +9 -0
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +419 -69
- package/src/schemas/v3/compactSkeleton.txt +24 -5
- package/src/schemas/v3/overlays/extensions/as.json +4 -2
- package/src/schemas/v3/overlays/extensions/dk.json +32 -0
- package/src/schemas/v3/overlays/extensions/dr.json +4 -2
- package/src/schemas/v3/overlays/extensions/er.json +4 -2
- package/src/schemas/v3/overlays/extensions/fd.json +6 -3
- package/src/schemas/v3/overlays/extensions/hi.json +6 -3
- package/src/schemas/v3/overlays/extensions/hs.json +4 -2
- package/src/schemas/v3/overlays/extensions/ic.json +56 -0
- package/src/schemas/v3/overlays/extensions/jk.json +4 -2
- package/src/schemas/v3/overlays/extensions/la.json +4 -2
- package/src/schemas/v3/overlays/extensions/lc.json +86 -0
- package/src/schemas/v3/overlays/extensions/ma.json +6 -3
- package/src/schemas/v3/overlays/extensions/mc.json +4 -2
- package/src/schemas/v3/overlays/extensions/mi.json +52 -0
- package/src/schemas/v3/overlays/extensions/nd.json +43 -0
- package/src/schemas/v3/overlays/extensions/oa.json +4 -2
- package/src/schemas/v3/overlays/extensions/oc.json +4 -2
- package/src/schemas/v3/overlays/extensions/pc.json +2 -1
- package/src/schemas/v3/overlays/extensions/rw.json +68 -0
- package/src/schemas/v3/overlays/extensions/sb.json +4 -2
- package/src/schemas/v3/overlays/extensions/sc.json +82 -14
- package/src/schemas/v3/overlays/extensions/sd.json +63 -0
- package/src/schemas/v3/overlays/extensions/sf.json +4 -2
- package/src/schemas/v3/overlays/extensions/sl.json +4 -2
- package/src/schemas/v3/overlays/extensions/tf.json +6 -3
- package/src/schemas/v3/overlays/extensions/tr.json +73 -0
- package/src/schemas/v3/overlays/extensions/wg.json +209 -0
- package/src/schemas/v3/overlays/ta6ed6.json +37 -18
- package/src/schemas/v3/pdtf-transaction.json +477 -51
- package/src/schemas/v3/skeleton.json +33 -10
- package/src/tests/v3/extensionOverlays.test.js +410 -4
- package/src/tests/v3/ta6ed6.test.js +1 -48
- package/src/utils/extractExtensionOverlays.js +121 -0
|
@@ -131,6 +131,11 @@
|
|
|
131
131
|
yearOfBuild
|
|
132
132
|
isNewBuild
|
|
133
133
|
yesNo
|
|
134
|
+
newBuildDetails
|
|
135
|
+
snaggingCompletion
|
|
136
|
+
adoptionStatus
|
|
137
|
+
conversionConsent
|
|
138
|
+
conversionQuality
|
|
134
139
|
isHMO
|
|
135
140
|
isStudentAccommodation
|
|
136
141
|
roomDimensions
|
|
@@ -225,6 +230,9 @@
|
|
|
225
230
|
yesNo
|
|
226
231
|
details
|
|
227
232
|
amount
|
|
233
|
+
titleRestrictions
|
|
234
|
+
yesNo
|
|
235
|
+
details
|
|
228
236
|
wholeFreeholdForSale
|
|
229
237
|
yesNo
|
|
230
238
|
details
|
|
@@ -955,6 +963,8 @@
|
|
|
955
963
|
vehicleTypeRestriction
|
|
956
964
|
yesNo
|
|
957
965
|
details
|
|
966
|
+
droppedKerbAccess
|
|
967
|
+
yesNo
|
|
958
968
|
electricVehicleChargingPoint
|
|
959
969
|
yesNo
|
|
960
970
|
chargerDetails
|
|
@@ -1875,6 +1885,10 @@
|
|
|
1875
1885
|
yesNo
|
|
1876
1886
|
details
|
|
1877
1887
|
attachments
|
|
1888
|
+
associatedCost
|
|
1889
|
+
hasCost
|
|
1890
|
+
amount
|
|
1891
|
+
frequency
|
|
1878
1892
|
panelProviderLease
|
|
1879
1893
|
yesNo
|
|
1880
1894
|
details
|
|
@@ -1924,6 +1938,7 @@
|
|
|
1924
1938
|
yesNo
|
|
1925
1939
|
details
|
|
1926
1940
|
associatedCost
|
|
1941
|
+
hasCost
|
|
1927
1942
|
amount
|
|
1928
1943
|
frequency
|
|
1929
1944
|
supplier
|
|
@@ -1972,16 +1987,18 @@
|
|
|
1972
1987
|
hasInfiltrationSystem
|
|
1973
1988
|
yesNo
|
|
1974
1989
|
dischargeCompliesWithGBR
|
|
1990
|
+
dateDischargeCommenced
|
|
1991
|
+
dateInstalled
|
|
1975
1992
|
dateReplaced
|
|
1976
1993
|
dateLastEmptied
|
|
1977
1994
|
supplier
|
|
1978
1995
|
makeModel
|
|
1979
1996
|
serviceProviderName
|
|
1980
|
-
dateInstalled
|
|
1981
1997
|
dateLastServiced
|
|
1982
1998
|
attachments
|
|
1983
1999
|
details
|
|
1984
2000
|
associatedCost
|
|
2001
|
+
hasCost
|
|
1985
2002
|
amount
|
|
1986
2003
|
frequency
|
|
1987
2004
|
surfaceDrainageCharge
|
|
@@ -2150,6 +2167,9 @@
|
|
|
2150
2167
|
yesNo
|
|
2151
2168
|
details
|
|
2152
2169
|
attachments
|
|
2170
|
+
privateRightOfWay
|
|
2171
|
+
yesNo
|
|
2172
|
+
details
|
|
2153
2173
|
rightsOfLight
|
|
2154
2174
|
yesNo
|
|
2155
2175
|
details
|
|
@@ -2208,6 +2228,9 @@
|
|
|
2208
2228
|
floodDefences
|
|
2209
2229
|
hasFloodDefences
|
|
2210
2230
|
details
|
|
2231
|
+
stormFireFloodDamage
|
|
2232
|
+
yesNo
|
|
2233
|
+
details
|
|
2211
2234
|
radon
|
|
2212
2235
|
radonRisk
|
|
2213
2236
|
riskIndicator
|
|
@@ -2620,10 +2643,6 @@
|
|
|
2620
2643
|
confirmationOfAccuracyByOwners
|
|
2621
2644
|
confirmWillProvideAdditionalDocumentation
|
|
2622
2645
|
confirmInformationIsAccurate
|
|
2623
|
-
sellerSignatures[
|
|
2624
|
-
name
|
|
2625
|
-
signedOn
|
|
2626
|
-
]
|
|
2627
2646
|
saleReadyDeclarations
|
|
2628
2647
|
authorisedToActOnBehalfOfAllSellers
|
|
2629
2648
|
authorisationToShare
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"properties": {
|
|
3
|
+
"propertyPack": {
|
|
4
|
+
"properties": {
|
|
5
|
+
"parking": {
|
|
6
|
+
"properties": {
|
|
7
|
+
"droppedKerbAccess": {
|
|
8
|
+
"ntsRef": "K1.1",
|
|
9
|
+
"required": [
|
|
10
|
+
"yesNo"
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"yesNo": {
|
|
14
|
+
"ntsRef": "K1.1.1",
|
|
15
|
+
"type": "string"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"type": "object"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"required": [
|
|
22
|
+
"droppedKerbAccess"
|
|
23
|
+
],
|
|
24
|
+
"ntsRef": "K1"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
30
|
+
"$id": "https://trust.propdata.org.uk/schemas/v3/overlays/extensions/dk.json",
|
|
31
|
+
"$comment": "Dropped kerb access to parking"
|
|
32
|
+
}
|
|
@@ -53,17 +53,20 @@
|
|
|
53
53
|
},
|
|
54
54
|
"required": [
|
|
55
55
|
"floodDefences"
|
|
56
|
-
]
|
|
56
|
+
],
|
|
57
|
+
"ntsRef": "C3.1.1"
|
|
57
58
|
}
|
|
58
59
|
},
|
|
59
60
|
"required": [
|
|
60
61
|
"flooding"
|
|
61
|
-
]
|
|
62
|
+
],
|
|
63
|
+
"ntsRef": "C3.1"
|
|
62
64
|
}
|
|
63
65
|
},
|
|
64
66
|
"required": [
|
|
65
67
|
"environmentalIssues"
|
|
66
|
-
]
|
|
68
|
+
],
|
|
69
|
+
"ntsRef": "0"
|
|
67
70
|
}
|
|
68
71
|
},
|
|
69
72
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"required": [
|
|
24
24
|
"centralHeatingInstalled"
|
|
25
|
-
]
|
|
25
|
+
],
|
|
26
|
+
"ntsRef": "B3.4.3"
|
|
26
27
|
}
|
|
27
28
|
},
|
|
28
29
|
"required": [
|
|
@@ -34,12 +35,14 @@
|
|
|
34
35
|
},
|
|
35
36
|
"required": [
|
|
36
37
|
"heatingSystem"
|
|
37
|
-
]
|
|
38
|
+
],
|
|
39
|
+
"ntsRef": "B3.4"
|
|
38
40
|
}
|
|
39
41
|
},
|
|
40
42
|
"required": [
|
|
41
43
|
"heating"
|
|
42
|
-
]
|
|
44
|
+
],
|
|
45
|
+
"ntsRef": "0"
|
|
43
46
|
}
|
|
44
47
|
},
|
|
45
48
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"properties": {
|
|
3
|
+
"propertyPack": {
|
|
4
|
+
"properties": {
|
|
5
|
+
"insurance": {
|
|
6
|
+
"oneOf": [
|
|
7
|
+
null,
|
|
8
|
+
{
|
|
9
|
+
"properties": {
|
|
10
|
+
"insuranceClaims": {
|
|
11
|
+
"ntsRef": "I1.1",
|
|
12
|
+
"discriminator": {
|
|
13
|
+
"propertyName": "yesNo"
|
|
14
|
+
},
|
|
15
|
+
"properties": {
|
|
16
|
+
"yesNo": {
|
|
17
|
+
"ntsRef": "I1.1.1",
|
|
18
|
+
"type": "string"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"oneOf": [
|
|
22
|
+
{
|
|
23
|
+
"properties": {
|
|
24
|
+
"yesNo": {
|
|
25
|
+
"enum": [
|
|
26
|
+
"No"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"properties": {
|
|
33
|
+
"yesNo": {
|
|
34
|
+
"enum": [
|
|
35
|
+
"Yes"
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"type": "object"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"required": [
|
|
45
|
+
"insuranceClaims"
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
54
|
+
"$id": "https://trust.propdata.org.uk/schemas/v3/overlays/extensions/ic.json",
|
|
55
|
+
"$comment": "Insurance claims upfront for SEF25"
|
|
56
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
{
|
|
2
|
+
"properties": {
|
|
3
|
+
"propertyPack": {
|
|
4
|
+
"properties": {
|
|
5
|
+
"electricity": {
|
|
6
|
+
"properties": {
|
|
7
|
+
"solarPanels": {
|
|
8
|
+
"oneOf": [
|
|
9
|
+
null,
|
|
10
|
+
{
|
|
11
|
+
"properties": {
|
|
12
|
+
"panelsOwnedOutright": {
|
|
13
|
+
"oneOf": [
|
|
14
|
+
null,
|
|
15
|
+
{
|
|
16
|
+
"properties": {
|
|
17
|
+
"associatedCost": {
|
|
18
|
+
"ntsRef": "S1.1",
|
|
19
|
+
"required": [
|
|
20
|
+
"hasCost"
|
|
21
|
+
],
|
|
22
|
+
"discriminator": {
|
|
23
|
+
"propertyName": "hasCost"
|
|
24
|
+
},
|
|
25
|
+
"properties": {
|
|
26
|
+
"hasCost": {
|
|
27
|
+
"ntsRef": "S1.1.1",
|
|
28
|
+
"type": "string"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"oneOf": [
|
|
32
|
+
{
|
|
33
|
+
"properties": {
|
|
34
|
+
"hasCost": {
|
|
35
|
+
"enum": [
|
|
36
|
+
"No"
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"required": [
|
|
43
|
+
"amount",
|
|
44
|
+
"frequency"
|
|
45
|
+
],
|
|
46
|
+
"properties": {
|
|
47
|
+
"amount": {
|
|
48
|
+
"ntsRef": "S1.1.2",
|
|
49
|
+
"type": "number"
|
|
50
|
+
},
|
|
51
|
+
"frequency": {
|
|
52
|
+
"ntsRef": "S1.1.3",
|
|
53
|
+
"type": "string",
|
|
54
|
+
"enum": [
|
|
55
|
+
"Per month",
|
|
56
|
+
"Per year"
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
"hasCost": {
|
|
60
|
+
"enum": [
|
|
61
|
+
"Yes"
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"type": "object"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"ntsRef": "S1"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
84
|
+
"$id": "https://trust.propdata.org.uk/schemas/v3/overlays/extensions/lc.json",
|
|
85
|
+
"$comment": "Solar panel lease costs"
|
|
86
|
+
}
|
|
@@ -60,7 +60,8 @@
|
|
|
60
60
|
},
|
|
61
61
|
"required": [
|
|
62
62
|
"contactDetails"
|
|
63
|
-
]
|
|
63
|
+
],
|
|
64
|
+
"ntsRef": "A3.2"
|
|
64
65
|
}
|
|
65
66
|
},
|
|
66
67
|
"required": [
|
|
@@ -73,12 +74,14 @@
|
|
|
73
74
|
},
|
|
74
75
|
"required": [
|
|
75
76
|
"ownershipsToBeTransferred"
|
|
76
|
-
]
|
|
77
|
+
],
|
|
78
|
+
"ntsRef": "A3"
|
|
77
79
|
}
|
|
78
80
|
},
|
|
79
81
|
"required": [
|
|
80
82
|
"ownership"
|
|
81
|
-
]
|
|
83
|
+
],
|
|
84
|
+
"ntsRef": "0"
|
|
82
85
|
}
|
|
83
86
|
},
|
|
84
87
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"properties": {
|
|
3
|
+
"propertyPack": {
|
|
4
|
+
"properties": {
|
|
5
|
+
"additionalInformation": {
|
|
6
|
+
"properties": {
|
|
7
|
+
"otherMaterialIssue": {
|
|
8
|
+
"ntsRef": "M1.1",
|
|
9
|
+
"discriminator": {
|
|
10
|
+
"propertyName": "yesNo"
|
|
11
|
+
},
|
|
12
|
+
"properties": {
|
|
13
|
+
"yesNo": {
|
|
14
|
+
"ntsRef": "M1.1.1",
|
|
15
|
+
"type": "string"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"oneOf": [
|
|
19
|
+
{
|
|
20
|
+
"properties": {
|
|
21
|
+
"yesNo": {
|
|
22
|
+
"enum": [
|
|
23
|
+
"No"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"properties": {
|
|
30
|
+
"yesNo": {
|
|
31
|
+
"enum": [
|
|
32
|
+
"Yes"
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"type": "object"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"required": [
|
|
42
|
+
"otherMaterialIssue"
|
|
43
|
+
],
|
|
44
|
+
"ntsRef": "M1"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
50
|
+
"$id": "https://trust.propdata.org.uk/schemas/v3/overlays/extensions/mi.json",
|
|
51
|
+
"$comment": "Other material issue upfront for SEF25"
|
|
52
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"properties": {
|
|
3
|
+
"propertyPack": {
|
|
4
|
+
"properties": {
|
|
5
|
+
"notices": {
|
|
6
|
+
"properties": {
|
|
7
|
+
"neighbourDevelopment": {
|
|
8
|
+
"ntsRef": "N1.1",
|
|
9
|
+
"discriminator": {
|
|
10
|
+
"propertyName": "yesNo"
|
|
11
|
+
},
|
|
12
|
+
"oneOf": [
|
|
13
|
+
{
|
|
14
|
+
"properties": {
|
|
15
|
+
"yesNo": {
|
|
16
|
+
"enum": [
|
|
17
|
+
"No"
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"properties": {
|
|
24
|
+
"yesNo": {
|
|
25
|
+
"enum": [
|
|
26
|
+
"Yes"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"type": "object"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"ntsRef": "N1"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
41
|
+
"$id": "https://trust.propdata.org.uk/schemas/v3/overlays/extensions/nd.json",
|
|
42
|
+
"$comment": "Neighbour development upfront for SEF25"
|
|
43
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"properties": {
|
|
3
|
+
"propertyPack": {
|
|
4
|
+
"properties": {
|
|
5
|
+
"rightsAndInformalArrangements": {
|
|
6
|
+
"properties": {
|
|
7
|
+
"rightsOrArrangements": {
|
|
8
|
+
"properties": {
|
|
9
|
+
"privateRightOfWay": {
|
|
10
|
+
"ntsRef": "R1.1",
|
|
11
|
+
"required": [
|
|
12
|
+
"yesNo"
|
|
13
|
+
],
|
|
14
|
+
"discriminator": {
|
|
15
|
+
"propertyName": "yesNo"
|
|
16
|
+
},
|
|
17
|
+
"properties": {
|
|
18
|
+
"yesNo": {
|
|
19
|
+
"ntsRef": "R1.1.1",
|
|
20
|
+
"type": "string"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"oneOf": [
|
|
24
|
+
{
|
|
25
|
+
"properties": {
|
|
26
|
+
"yesNo": {
|
|
27
|
+
"enum": [
|
|
28
|
+
"No"
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"required": [
|
|
35
|
+
"details"
|
|
36
|
+
],
|
|
37
|
+
"properties": {
|
|
38
|
+
"details": {
|
|
39
|
+
"ntsRef": "R1.1.2",
|
|
40
|
+
"type": "string",
|
|
41
|
+
"minLength": 1
|
|
42
|
+
},
|
|
43
|
+
"yesNo": {
|
|
44
|
+
"enum": [
|
|
45
|
+
"Yes"
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"type": "object"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"required": [
|
|
55
|
+
"privateRightOfWay"
|
|
56
|
+
],
|
|
57
|
+
"ntsRef": "R1"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"ntsRef": "R1"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
66
|
+
"$id": "https://trust.propdata.org.uk/schemas/v3/overlays/extensions/rw.json",
|
|
67
|
+
"$comment": "Private right of way"
|
|
68
|
+
}
|