@pdtf/schemas 3.6.0-11 → 3.6.0-13
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/schemas/v3/combined.json +349 -148
- package/src/schemas/v3/compactSkeleton.txt +16 -7
- package/src/schemas/v3/overlays/baspi4.json +10 -2
- package/src/schemas/v3/overlays/baspi5.json +10 -2
- package/src/schemas/v3/overlays/ta6.json +12 -4
- package/src/schemas/v3/overlays/ta6ed6.json +733 -148
- package/src/schemas/v3/pdtf-transaction.json +204 -82
- package/src/schemas/v3/skeleton.json +24 -12
- package/src/tests/v3/ta6ed6.test.js +46 -8
|
@@ -1163,6 +1163,9 @@
|
|
|
1163
1163
|
yesNo
|
|
1164
1164
|
attachments
|
|
1165
1165
|
details
|
|
1166
|
+
nonResidentialPurposes
|
|
1167
|
+
yesNo
|
|
1168
|
+
details
|
|
1166
1169
|
attachments
|
|
1167
1170
|
windowReplacementsSince2002
|
|
1168
1171
|
yesNo
|
|
@@ -1370,10 +1373,10 @@
|
|
|
1370
1373
|
details
|
|
1371
1374
|
attachments
|
|
1372
1375
|
japaneseKnotweed
|
|
1373
|
-
yesNo
|
|
1374
1376
|
knotweedSurveyCarriedOut
|
|
1375
1377
|
yesNo
|
|
1376
1378
|
attachments
|
|
1379
|
+
yesNo
|
|
1377
1380
|
managementPlanInPlace
|
|
1378
1381
|
subsidenceOrStructuralFault
|
|
1379
1382
|
yesNo
|
|
@@ -2106,9 +2109,15 @@
|
|
|
2106
2109
|
sharedContributions
|
|
2107
2110
|
yesNo
|
|
2108
2111
|
details
|
|
2112
|
+
disagreementOrComplaint
|
|
2113
|
+
yesNo
|
|
2114
|
+
details
|
|
2109
2115
|
neighbouringLandRights
|
|
2110
2116
|
yesNo
|
|
2111
2117
|
details
|
|
2118
|
+
disagreementOrComplaint
|
|
2119
|
+
yesNo
|
|
2120
|
+
details
|
|
2112
2121
|
attachments
|
|
2113
2122
|
accessRestrictionAttempts
|
|
2114
2123
|
yesNo
|
|
@@ -2139,15 +2148,15 @@
|
|
|
2139
2148
|
otherRights
|
|
2140
2149
|
yesNo
|
|
2141
2150
|
details
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
rightsOverProperty
|
|
2146
|
-
yesNo
|
|
2147
|
-
details
|
|
2151
|
+
disagreementOrComplaint
|
|
2152
|
+
yesNo
|
|
2153
|
+
details
|
|
2148
2154
|
askedOthersToContribute
|
|
2149
2155
|
yesNo
|
|
2150
2156
|
details
|
|
2157
|
+
disagreementOrComplaint
|
|
2158
|
+
yesNo
|
|
2159
|
+
details
|
|
2151
2160
|
environmentalIssues
|
|
2152
2161
|
flooding
|
|
2153
2162
|
floodRiskReport
|
|
@@ -6843,7 +6843,11 @@
|
|
|
6843
6843
|
"baspi4Ref": "B4.1.2"
|
|
6844
6844
|
},
|
|
6845
6845
|
"attachments": {
|
|
6846
|
-
"baspi4Ref": "B4.1.3"
|
|
6846
|
+
"baspi4Ref": "B4.1.3",
|
|
6847
|
+
"enum": [
|
|
6848
|
+
"Attached",
|
|
6849
|
+
"To follow"
|
|
6850
|
+
]
|
|
6847
6851
|
}
|
|
6848
6852
|
},
|
|
6849
6853
|
"required": [
|
|
@@ -6901,7 +6905,11 @@
|
|
|
6901
6905
|
"baspi4Ref": "B4.2.3.1"
|
|
6902
6906
|
},
|
|
6903
6907
|
"attachments": {
|
|
6904
|
-
"baspi4Ref": "B4.2.3.2"
|
|
6908
|
+
"baspi4Ref": "B4.2.3.2",
|
|
6909
|
+
"enum": [
|
|
6910
|
+
"Attached",
|
|
6911
|
+
"To follow"
|
|
6912
|
+
]
|
|
6905
6913
|
}
|
|
6906
6914
|
}
|
|
6907
6915
|
}
|
|
@@ -6993,7 +6993,11 @@
|
|
|
6993
6993
|
"baspi5Ref": "B4.1.2"
|
|
6994
6994
|
},
|
|
6995
6995
|
"attachments": {
|
|
6996
|
-
"baspi5Ref": "B4.1.3"
|
|
6996
|
+
"baspi5Ref": "B4.1.3",
|
|
6997
|
+
"enum": [
|
|
6998
|
+
"Attached",
|
|
6999
|
+
"To follow"
|
|
7000
|
+
]
|
|
6997
7001
|
}
|
|
6998
7002
|
},
|
|
6999
7003
|
"required": [
|
|
@@ -7051,7 +7055,11 @@
|
|
|
7051
7055
|
"baspi5Ref": "B4.2.3.1"
|
|
7052
7056
|
},
|
|
7053
7057
|
"attachments": {
|
|
7054
|
-
"baspi5Ref": "B4.2.3.2"
|
|
7058
|
+
"baspi5Ref": "B4.2.3.2",
|
|
7059
|
+
"enum": [
|
|
7060
|
+
"Attached",
|
|
7061
|
+
"To follow"
|
|
7062
|
+
]
|
|
7055
7063
|
}
|
|
7056
7064
|
}
|
|
7057
7065
|
}
|
|
@@ -1458,10 +1458,10 @@
|
|
|
1458
1458
|
"required": [
|
|
1459
1459
|
"yesNo"
|
|
1460
1460
|
],
|
|
1461
|
-
"title": "Is the property affected by Japanese knotweed?",
|
|
1462
1461
|
"properties": {
|
|
1463
1462
|
"yesNo": {
|
|
1464
|
-
"ta6Ref": "7.8.1"
|
|
1463
|
+
"ta6Ref": "7.8.1",
|
|
1464
|
+
"title": "Is the property affected by Japanese knotweed?"
|
|
1465
1465
|
}
|
|
1466
1466
|
}
|
|
1467
1467
|
}
|
|
@@ -3733,7 +3733,11 @@
|
|
|
3733
3733
|
"ta6Ref": "12.1.2"
|
|
3734
3734
|
},
|
|
3735
3735
|
"attachments": {
|
|
3736
|
-
"ta6Ref": "12.1.3"
|
|
3736
|
+
"ta6Ref": "12.1.3",
|
|
3737
|
+
"enum": [
|
|
3738
|
+
"Attached",
|
|
3739
|
+
"To follow"
|
|
3740
|
+
]
|
|
3737
3741
|
}
|
|
3738
3742
|
},
|
|
3739
3743
|
"required": [
|
|
@@ -3785,7 +3789,11 @@
|
|
|
3785
3789
|
"ta6Ref": "12.2.2a.1"
|
|
3786
3790
|
},
|
|
3787
3791
|
"attachments": {
|
|
3788
|
-
"ta6Ref": "12.2.2a.2"
|
|
3792
|
+
"ta6Ref": "12.2.2a.2",
|
|
3793
|
+
"enum": [
|
|
3794
|
+
"Attached",
|
|
3795
|
+
"To follow"
|
|
3796
|
+
]
|
|
3789
3797
|
}
|
|
3790
3798
|
}
|
|
3791
3799
|
}
|