@pdtf/schemas 3.6.0-dev.1 → 3.6.0-dev.3

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.
Files changed (132) hide show
  1. package/package.json +1 -1
  2. package/pensive-tesla-d0d355/CLAUDE.md +101 -0
  3. package/pensive-tesla-d0d355/LICENSE +21 -0
  4. package/pensive-tesla-d0d355/README.md +435 -0
  5. package/pensive-tesla-d0d355/docs/branch-release-workflow.md +138 -0
  6. package/pensive-tesla-d0d355/docs/sef25-extensions-ui-spec.md +355 -0
  7. package/pensive-tesla-d0d355/index.js +654 -0
  8. package/pensive-tesla-d0d355/package-lock.json +7297 -0
  9. package/pensive-tesla-d0d355/package.json +44 -0
  10. package/pensive-tesla-d0d355/src/examples/v1/exampleAddParticipantVouch.json +32 -0
  11. package/pensive-tesla-d0d355/src/examples/v1/exampleDocumentedVouch.json +40 -0
  12. package/pensive-tesla-d0d355/src/examples/v1/exampleElectronicRecord.json +30 -0
  13. package/pensive-tesla-d0d355/src/examples/v1/exampleTransaction.json +878 -0
  14. package/pensive-tesla-d0d355/src/examples/v1/exampleVouch.json +25 -0
  15. package/pensive-tesla-d0d355/src/examples/v2/exampleTransaction.json +901 -0
  16. package/pensive-tesla-d0d355/src/examples/v3/exampleAddParticipantVouch.json +38 -0
  17. package/pensive-tesla-d0d355/src/examples/v3/exampleCustomOverlay.json +55 -0
  18. package/pensive-tesla-d0d355/src/examples/v3/exampleCustomOverlay2.json +93 -0
  19. package/pensive-tesla-d0d355/src/examples/v3/exampleDocumentedVouch.json +47 -0
  20. package/pensive-tesla-d0d355/src/examples/v3/exampleElectronicRecord.json +36 -0
  21. package/pensive-tesla-d0d355/src/examples/v3/exampleTransaction.json +1038 -0
  22. package/pensive-tesla-d0d355/src/examples/v3/exampleVouch.json +32 -0
  23. package/pensive-tesla-d0d355/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
  24. package/pensive-tesla-d0d355/src/mappings/adf.js +198 -0
  25. package/pensive-tesla-d0d355/src/schemas/v1/GeoJSON.json +1279 -0
  26. package/pensive-tesla-d0d355/src/schemas/v1/baspiNotes.html +102 -0
  27. package/pensive-tesla-d0d355/src/schemas/v1/energy-performance-certificate.json +124 -0
  28. package/pensive-tesla-d0d355/src/schemas/v1/freehold-information.json +2051 -0
  29. package/pensive-tesla-d0d355/src/schemas/v1/leasehold-information.json +2064 -0
  30. package/pensive-tesla-d0d355/src/schemas/v1/legal-information.json +1045 -0
  31. package/pensive-tesla-d0d355/src/schemas/v1/material-facts.json +2109 -0
  32. package/pensive-tesla-d0d355/src/schemas/v1/pdtf-transaction-search-results.json +40 -0
  33. package/pensive-tesla-d0d355/src/schemas/v1/pdtf-transaction.json +191 -0
  34. package/pensive-tesla-d0d355/src/schemas/v1/searches/drainage-and-water.json +261 -0
  35. package/pensive-tesla-d0d355/src/schemas/v1/searches/local-land-charges.json +69 -0
  36. package/pensive-tesla-d0d355/src/schemas/v1/searches/local-searches-required.json +857 -0
  37. package/pensive-tesla-d0d355/src/schemas/v1/searches.json +237 -0
  38. package/pensive-tesla-d0d355/src/schemas/v1/title-deed.json +841 -0
  39. package/pensive-tesla-d0d355/src/schemas/v2/baspiNotes.html +102 -0
  40. package/pensive-tesla-d0d355/src/schemas/v2/combined.json +37731 -0
  41. package/pensive-tesla-d0d355/src/schemas/v2/overlays/baspi.json +8132 -0
  42. package/pensive-tesla-d0d355/src/schemas/v2/overlays/con29DW.json +705 -0
  43. package/pensive-tesla-d0d355/src/schemas/v2/overlays/con29R.json +2956 -0
  44. package/pensive-tesla-d0d355/src/schemas/v2/overlays/fme1.json +1259 -0
  45. package/pensive-tesla-d0d355/src/schemas/v2/overlays/llc1.json +25 -0
  46. package/pensive-tesla-d0d355/src/schemas/v2/overlays/lpe1.json +2171 -0
  47. package/pensive-tesla-d0d355/src/schemas/v2/overlays/nts.json +326 -0
  48. package/pensive-tesla-d0d355/src/schemas/v2/overlays/oc1.json +2799 -0
  49. package/pensive-tesla-d0d355/src/schemas/v2/overlays/piq.json +3419 -0
  50. package/pensive-tesla-d0d355/src/schemas/v2/overlays/rds.json +3736 -0
  51. package/pensive-tesla-d0d355/src/schemas/v2/overlays/ta10.json +5306 -0
  52. package/pensive-tesla-d0d355/src/schemas/v2/overlays/ta6.json +4533 -0
  53. package/pensive-tesla-d0d355/src/schemas/v2/overlays/ta7.json +1045 -0
  54. package/pensive-tesla-d0d355/src/schemas/v2/pdtf-transaction.json +34351 -0
  55. package/pensive-tesla-d0d355/src/schemas/v2/skeleton.json +3973 -0
  56. package/pensive-tesla-d0d355/src/schemas/v3/combined.json +48469 -0
  57. package/pensive-tesla-d0d355/src/schemas/v3/compactSkeleton.txt +4519 -0
  58. package/pensive-tesla-d0d355/src/schemas/v3/overlays/README.md +299 -0
  59. package/pensive-tesla-d0d355/src/schemas/v3/overlays/baspi4.json +8025 -0
  60. package/pensive-tesla-d0d355/src/schemas/v3/overlays/baspi5.json +8175 -0
  61. package/pensive-tesla-d0d355/src/schemas/v3/overlays/con29DW.json +716 -0
  62. package/pensive-tesla-d0d355/src/schemas/v3/overlays/con29R.json +2981 -0
  63. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ac.json +333 -0
  64. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/as.json +74 -0
  65. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/dk.json +32 -0
  66. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/dr.json +73 -0
  67. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/er.json +85 -0
  68. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/fd.json +75 -0
  69. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/hi.json +51 -0
  70. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/hs.json +73 -0
  71. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ic.json +59 -0
  72. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/jk.json +96 -0
  73. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/la.json +85 -0
  74. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/lc.json +75 -0
  75. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ma.json +90 -0
  76. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/mc.json +38 -0
  77. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/mi.json +69 -0
  78. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/nd.json +43 -0
  79. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/oa.json +24 -0
  80. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/oc.json +57 -0
  81. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/pc.json +37 -0
  82. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ph.json +194 -0
  83. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/rw.json +68 -0
  84. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sb.json +73 -0
  85. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sc.json +129 -0
  86. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sd.json +63 -0
  87. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sf.json +74 -0
  88. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sl.json +68 -0
  89. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ta.json +252 -0
  90. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/tf.json +103 -0
  91. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/tr.json +73 -0
  92. package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/wg.json +350 -0
  93. package/pensive-tesla-d0d355/src/schemas/v3/overlays/fme1.json +1266 -0
  94. package/pensive-tesla-d0d355/src/schemas/v3/overlays/llc1.json +25 -0
  95. package/pensive-tesla-d0d355/src/schemas/v3/overlays/lpe1.json +2199 -0
  96. package/pensive-tesla-d0d355/src/schemas/v3/overlays/nts.json +2157 -0
  97. package/pensive-tesla-d0d355/src/schemas/v3/overlays/nts2.json +2742 -0
  98. package/pensive-tesla-d0d355/src/schemas/v3/overlays/ntsl.json +1813 -0
  99. package/pensive-tesla-d0d355/src/schemas/v3/overlays/ntsl2.json +2217 -0
  100. package/pensive-tesla-d0d355/src/schemas/v3/overlays/oc1.json +2817 -0
  101. package/pensive-tesla-d0d355/src/schemas/v3/overlays/piq.json +3322 -0
  102. package/pensive-tesla-d0d355/src/schemas/v3/overlays/rds.json +3665 -0
  103. package/pensive-tesla-d0d355/src/schemas/v3/overlays/sef25.json +1639 -0
  104. package/pensive-tesla-d0d355/src/schemas/v3/overlays/sr24.json +38 -0
  105. package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta10.json +4654 -0
  106. package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta6.json +4568 -0
  107. package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta6ed6.json +6534 -0
  108. package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta7.json +1537 -0
  109. package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta7ed5.json +1551 -0
  110. package/pensive-tesla-d0d355/src/schemas/v3/pdtf-transaction.json +41573 -0
  111. package/pensive-tesla-d0d355/src/schemas/v3/skeleton.json +5767 -0
  112. package/pensive-tesla-d0d355/src/schemas/verifiedClaims/README.md +21 -0
  113. package/pensive-tesla-d0d355/src/schemas/verifiedClaims/pdtf-verified-claims.json +447 -0
  114. package/pensive-tesla-d0d355/src/utils/compactSkeleton.js +84 -0
  115. package/pensive-tesla-d0d355/src/utils/countTokens.js +67 -0
  116. package/pensive-tesla-d0d355/src/utils/extractExtensionOverlays.js +624 -0
  117. package/pensive-tesla-d0d355/src/utils/extractOverlay.js +381 -0
  118. package/pensive-tesla-d0d355/src/utils/extractProperties.js +44 -0
  119. package/pensive-tesla-d0d355/src/utils/listPathTitles.js +36 -0
  120. package/pensive-tesla-d0d355/src/utils/minimalSkeleton.js +85 -0
  121. package/pensive-tesla-d0d355/src/utils/pathList.csv +903 -0
  122. package/pensive-tesla-d0d355/src/utils/pathSkeleton.js +181 -0
  123. package/src/schemas/v3/combined.json +323 -5
  124. package/src/schemas/v3/compactSkeleton.txt +63 -0
  125. package/src/schemas/v3/overlays/baspi4.json +2 -1
  126. package/src/schemas/v3/overlays/baspi5.json +2 -1
  127. package/src/schemas/v3/overlays/extensions/ta.json +0 -48
  128. package/src/schemas/v3/overlays/piq.json +2 -1
  129. package/src/schemas/v3/overlays/ta6ed6.json +2 -1
  130. package/src/schemas/v3/pdtf-transaction.json +336 -2
  131. package/src/schemas/v3/skeleton.json +68 -3
  132. package/docs/backend-lms-profile-filtering-spec.md +0 -180
@@ -83,6 +83,11 @@
83
83
  bng
84
84
  easting
85
85
  northing
86
+ ruralUrbanClassification
87
+ ruralUrbanCode
88
+ region
89
+ parish
90
+ outputArea
86
91
  googleStreetViewPOV
87
92
  heading
88
93
  pitch
@@ -124,6 +129,7 @@
124
129
  hasLift
125
130
  overCommercialPremises
126
131
  isLocatedOverCommercialPremises
132
+ detailsAnalysis
127
133
  details
128
134
  internalArea
129
135
  area
@@ -764,6 +770,7 @@
764
770
  details
765
771
  excessPaymentAnticipated
766
772
  yesNo
773
+ detailsAnalysis
767
774
  details
768
775
  lastDemandPeriod
769
776
  from
@@ -773,6 +780,7 @@
773
780
  details
774
781
  reserveFund
775
782
  yesNo
783
+ detailsAnalysis
776
784
  details
777
785
  contributionIncludedInServiceCharge
778
786
  sufficentToCoverSection20Expenditure
@@ -789,9 +797,11 @@
789
797
  to
790
798
  section20WorksProposed
791
799
  yesNo
800
+ detailsAnalysis
792
801
  details
793
802
  increaseInServiceChargeAnticipated
794
803
  yesNo
804
+ detailsAnalysis
795
805
  details
796
806
  outstandingServiceChargeConsultation
797
807
  yesNo
@@ -854,9 +864,11 @@
854
864
  yesNo
855
865
  unresolvedDisputes
856
866
  yesNo
867
+ detailsAnalysis
857
868
  details
858
869
  breachOfTermsOfLease
859
870
  yesNo
871
+ detailsAnalysis
860
872
  details
861
873
  buildingSafetyAct
862
874
  isLeaseQualifying
@@ -871,6 +883,7 @@
871
883
  alterations
872
884
  sellerAwareOfAlterations
873
885
  yesNo
886
+ detailsAnalysis
874
887
  details
875
888
  landlordConsentObtained
876
889
  yesNo
@@ -972,6 +985,7 @@
972
985
  listingAndConservation
973
986
  isListed
974
987
  yesNo
988
+ detailsAnalysis
975
989
  details
976
990
  attachments
977
991
  isConservationArea
@@ -982,16 +996,19 @@
982
996
  yesNo
983
997
  workCarriedOut
984
998
  yesNo
999
+ detailsAnalysis
985
1000
  details
986
1001
  consentsObtained
987
1002
  attachments
988
1003
  typeOfConstruction
989
1004
  isStandardForm
990
1005
  yesNo
1006
+ detailsAnalysis
991
1007
  constructionType
992
1008
  details
993
1009
  buildingSafety
994
1010
  yesNo
1011
+ detailsAnalysis
995
1012
  details
996
1013
  workAlreadyDone
997
1014
  workToBeDone
@@ -1000,11 +1017,13 @@
1000
1017
  attachments
1001
1018
  loft
1002
1019
  loftAccess
1020
+ detailsAnalysis
1003
1021
  details
1004
1022
  loftBoarded
1005
1023
  loftInsulated
1006
1024
  sprayFoamInsulation
1007
1025
  hasSprayFoamInstalled
1026
+ detailsAnalysis
1008
1027
  details
1009
1028
  attachments
1010
1029
  accessibilityAndAdaptations[]
@@ -1128,20 +1147,25 @@
1128
1147
  disputesAndComplaints
1129
1148
  hasDisputesAndComplaints
1130
1149
  yesNo
1150
+ detailsAnalysis
1131
1151
  details
1132
1152
  leadingToDisputesAndComplaints
1133
1153
  yesNo
1154
+ detailsAnalysis
1134
1155
  details
1135
1156
  alterationsAndChanges
1136
1157
  hasStructuralAlterations
1137
1158
  yesNo
1159
+ detailsAnalysis
1138
1160
  details
1139
1161
  buildingRegApproval
1140
1162
  yesNo
1163
+ detailsAnalysis
1141
1164
  attachments
1142
1165
  details
1143
1166
  planningPermission
1144
1167
  yesNo
1168
+ detailsAnalysis
1145
1169
  attachments
1146
1170
  details
1147
1171
  listedBuildingConsent
@@ -1154,10 +1178,12 @@
1154
1178
  details
1155
1179
  changeOfUse
1156
1180
  yesNo
1181
+ detailsAnalysis
1157
1182
  details
1158
1183
  yearCompleted
1159
1184
  buildingRegApproval
1160
1185
  yesNo
1186
+ detailsAnalysis
1161
1187
  attachments
1162
1188
  details
1163
1189
  planningPermission
@@ -1178,10 +1204,12 @@
1178
1204
  attachments
1179
1205
  windowReplacementsSince2002
1180
1206
  yesNo
1207
+ detailsAnalysis
1181
1208
  details
1182
1209
  yearCompleted
1183
1210
  buildingRegApproval
1184
1211
  yesNo
1212
+ detailsAnalysis
1185
1213
  attachments
1186
1214
  details
1187
1215
  planningPermission
@@ -1217,10 +1245,12 @@
1217
1245
  details
1218
1246
  hasAddedConservatory
1219
1247
  yesNo
1248
+ detailsAnalysis
1220
1249
  details
1221
1250
  yearCompleted
1222
1251
  buildingRegApproval
1223
1252
  yesNo
1253
+ detailsAnalysis
1224
1254
  attachments
1225
1255
  details
1226
1256
  planningPermission
@@ -1331,15 +1361,18 @@
1331
1361
  details
1332
1362
  worksUnfinished
1333
1363
  yesNo
1364
+ detailsAnalysis
1334
1365
  details
1335
1366
  attachments
1336
1367
  planningPermissionBreaches
1337
1368
  yesNo
1369
+ detailsAnalysis
1338
1370
  details
1339
1371
  willingToInsure
1340
1372
  attachments
1341
1373
  unresolvedPlanningIssues
1342
1374
  yesNo
1375
+ detailsAnalysis
1343
1376
  details
1344
1377
  willingToInsure
1345
1378
  attachments
@@ -1366,6 +1399,7 @@
1366
1399
  attachments
1367
1400
  partyWallAct
1368
1401
  yesNo
1402
+ detailsAnalysis
1369
1403
  details
1370
1404
  attachments
1371
1405
  otherNotices
@@ -1390,6 +1424,7 @@
1390
1424
  attachments
1391
1425
  subsidenceOrStructuralFault
1392
1426
  yesNo
1427
+ detailsAnalysis
1393
1428
  details
1394
1429
  attachments
1395
1430
  ongoingHealthOrSafetyIssue
@@ -1878,6 +1913,7 @@
1878
1913
  yearInstalled
1879
1914
  panelsOwnedOutright
1880
1915
  yesNo
1916
+ detailsAnalysis
1881
1917
  details
1882
1918
  attachments
1883
1919
  associatedCost
@@ -1885,6 +1921,7 @@
1885
1921
  amount
1886
1922
  panelProviderLease
1887
1923
  yesNo
1924
+ detailsAnalysis
1888
1925
  details
1889
1926
  attachments
1890
1927
  lastMaintained
@@ -2032,6 +2069,7 @@
2032
2069
  heating
2033
2070
  heatingSystem
2034
2071
  heatingType
2072
+ detailsAnalysis
2035
2073
  centralHeatingDetails
2036
2074
  centralHeatingFuel
2037
2075
  centralHeatingFuelType
@@ -2120,15 +2158,19 @@
2120
2158
  difficultiesObtainingInsurance
2121
2159
  abnormalRiseInPremiums
2122
2160
  yesNo
2161
+ detailsAnalysis
2123
2162
  details
2124
2163
  subjectToHighExcesses
2125
2164
  yesNo
2165
+ detailsAnalysis
2126
2166
  details
2127
2167
  subjectToUnusualConditions
2128
2168
  yesNo
2169
+ detailsAnalysis
2129
2170
  details
2130
2171
  refused
2131
2172
  yesNo
2173
+ detailsAnalysis
2132
2174
  details
2133
2175
  isInsured
2134
2176
  details
@@ -2136,6 +2178,7 @@
2136
2178
  whoInsures
2137
2179
  insuranceClaims
2138
2180
  yesNo
2181
+ detailsAnalysis
2139
2182
  details
2140
2183
  rightsAndInformalArrangements
2141
2184
  sharedContributions
@@ -2468,19 +2511,24 @@
2468
2511
  legalBoundaries
2469
2512
  partOutsideLegalOwnership
2470
2513
  yesNo
2514
+ detailsAnalysis
2471
2515
  details
2472
2516
  partOnSeparateSiteOrDeed
2473
2517
  yesNo
2518
+ detailsAnalysis
2474
2519
  details
2475
2520
  boundariesDifferFromTitlePlan
2476
2521
  yesNo
2522
+ detailsAnalysis
2477
2523
  details
2478
2524
  attachments
2479
2525
  boundaryAlterationProposal
2480
2526
  yesNo
2527
+ detailsAnalysis
2481
2528
  details
2482
2529
  ownership
2483
2530
  areBoundariesUniform
2531
+ detailsAnalysis
2484
2532
  uniformBoundaries
2485
2533
  left
2486
2534
  right
@@ -2490,12 +2538,15 @@
2490
2538
  attachments
2491
2539
  haveBoundaryFeaturesMoved
2492
2540
  yesNo
2541
+ detailsAnalysis
2493
2542
  details
2494
2543
  adjacentLandIncluded
2495
2544
  yesNo
2545
+ detailsAnalysis
2496
2546
  details
2497
2547
  flyingFreehold
2498
2548
  yesNo
2549
+ detailsAnalysis
2499
2550
  details
2500
2551
  servicesCrossing
2501
2552
  pipesWiresCablesDrainsToProperty
@@ -2517,6 +2568,7 @@
2517
2568
  attachments
2518
2569
  electricalWorkSince2005
2519
2570
  yesNo
2571
+ detailsAnalysis
2520
2572
  yearWorkCarriedOut
2521
2573
  details
2522
2574
  suppliedCertificate
@@ -2538,6 +2590,7 @@
2538
2590
  hasValidGuaranteesOrWarranties
2539
2591
  newHomeWarranty
2540
2592
  yesNo
2593
+ detailsAnalysis
2541
2594
  details
2542
2595
  attachments
2543
2596
  roofingWork
@@ -2581,6 +2634,7 @@
2581
2634
  attachments
2582
2635
  outstandingClaimsOrApplications
2583
2636
  yesNo
2637
+ detailsAnalysis
2584
2638
  details
2585
2639
  attachments
2586
2640
  breachOfTermsOrConditions
@@ -2588,6 +2642,7 @@
2588
2642
  details
2589
2643
  titleDefectInsurance
2590
2644
  yesNo
2645
+ detailsAnalysis
2591
2646
  details
2592
2647
  attachments
2593
2648
  occupiers
@@ -3587,7 +3642,14 @@
3587
3642
  documentDate
3588
3643
  retrievedOn
3589
3644
  filedUnder
3645
+ summary
3646
+ availability
3647
+ availabilityCode
3648
+ entryNumbers[]
3649
+ backdated
3590
3650
  ]
3651
+ keyFacts
3652
+ covenantAnalysis
3591
3653
  ]
3592
3654
  searches[
3593
3655
  displayName
@@ -4452,5 +4514,6 @@
4452
4514
  originatorRole
4453
4515
  destinationRole
4454
4516
  messageText
4517
+ pdtfPath
4455
4518
  externalIds{*}
4456
4519
  resolutionCondition
@@ -26,7 +26,8 @@
26
26
  "Mortgage Broker",
27
27
  "Lender",
28
28
  "Landlord",
29
- "Tenant"
29
+ "Tenant",
30
+ "Platform Support"
30
31
  ]
31
32
  }
32
33
  }
@@ -26,7 +26,8 @@
26
26
  "Mortgage Broker",
27
27
  "Lender",
28
28
  "Landlord",
29
- "Tenant"
29
+ "Tenant",
30
+ "Platform Support"
30
31
  ]
31
32
  }
32
33
  }
@@ -50,54 +50,6 @@
50
50
  "heating": {
51
51
  "ta6ed6CompatRef": "TA6ED6-COMPAT.11.4",
52
52
  "properties": {
53
- "heatingSystem": {
54
- "discriminator": {
55
- "propertyName": "heatingType"
56
- },
57
- "oneOf": [
58
- {
59
- "properties": {
60
- "heatingType": {
61
- "enum": [
62
- "None",
63
- "Room heaters only"
64
- ]
65
- }
66
- }
67
- },
68
- {
69
- "properties": {
70
- "centralHeatingDetails": {
71
- "properties": {
72
- "heatingLastServicedReport": {
73
- "ta6ed6CompatRef": "TA6ED6-COMPAT.11.4.g2",
74
- "enum": [
75
- "Attached",
76
- "To follow"
77
- ],
78
- "type": "string"
79
- }
80
- },
81
- "type": "object"
82
- },
83
- "heatingType": {
84
- "enum": [
85
- "Central heating"
86
- ]
87
- }
88
- }
89
- },
90
- {
91
- "properties": {
92
- "heatingType": {
93
- "enum": [
94
- "Communal heating system"
95
- ]
96
- }
97
- }
98
- }
99
- ]
100
- },
101
53
  "otherHeatingFeatures": {
102
54
  "ta6ed6CompatRef": "TA6ED6-COMPAT.11.4.other",
103
55
  "items": {
@@ -22,7 +22,8 @@
22
22
  "Mortgage Broker",
23
23
  "Lender",
24
24
  "Landlord",
25
- "Tenant"
25
+ "Tenant",
26
+ "Platform Support"
26
27
  ]
27
28
  }
28
29
  }
@@ -26,7 +26,8 @@
26
26
  "Mortgage Broker",
27
27
  "Lender",
28
28
  "Landlord",
29
- "Tenant"
29
+ "Tenant",
30
+ "Platform Support"
30
31
  ]
31
32
  }
32
33
  }