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

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 (53) hide show
  1. package/package.json +9 -1
  2. package/src/schemas/v3/combined.json +662 -178
  3. package/src/schemas/v3/compactSkeleton.txt +63 -0
  4. package/src/schemas/v3/overlays/baspi4.json +43 -73
  5. package/src/schemas/v3/overlays/baspi5.json +43 -73
  6. package/src/schemas/v3/overlays/extensions/ac.json +2 -1
  7. package/src/schemas/v3/overlays/extensions/dk.json +3 -2
  8. package/src/schemas/v3/overlays/extensions/ic.json +44 -9
  9. package/src/schemas/v3/overlays/extensions/lc.json +3 -2
  10. package/src/schemas/v3/overlays/extensions/mi.json +2 -1
  11. package/src/schemas/v3/overlays/extensions/nd.json +3 -2
  12. package/src/schemas/v3/overlays/extensions/pc.json +3 -2
  13. package/src/schemas/v3/overlays/extensions/ph.json +2 -1
  14. package/src/schemas/v3/overlays/extensions/rw.json +4 -3
  15. package/src/schemas/v3/overlays/extensions/sc.json +8 -4
  16. package/src/schemas/v3/overlays/extensions/sd.json +3 -2
  17. package/src/schemas/v3/overlays/extensions/ta.json +0 -48
  18. package/src/schemas/v3/overlays/extensions/tr.json +3 -2
  19. package/src/schemas/v3/overlays/extensions/wg.json +2 -1
  20. package/src/schemas/v3/overlays/llc1.json +1 -2
  21. package/src/schemas/v3/overlays/lpe1.json +1 -1
  22. package/src/schemas/v3/overlays/nts.json +3 -1
  23. package/src/schemas/v3/overlays/nts2.json +3 -1
  24. package/src/schemas/v3/overlays/ntsl.json +3 -1
  25. package/src/schemas/v3/overlays/ntsl2.json +3 -1
  26. package/src/schemas/v3/overlays/piq.json +23 -24
  27. package/src/schemas/v3/overlays/rds.json +22 -49
  28. package/src/schemas/v3/overlays/sef25.json +16 -2
  29. package/src/schemas/v3/overlays/ta10.json +0 -9
  30. package/src/schemas/v3/overlays/ta6.json +37 -69
  31. package/src/schemas/v3/overlays/ta6ed6.json +248 -140
  32. package/src/schemas/v3/overlays/ta7ed5.json +66 -20
  33. package/src/schemas/v3/pdtf-transaction.json +397 -95
  34. package/src/schemas/v3/skeleton.json +70 -5
  35. package/src/utils/extractExtensionOverlays.js +11 -2
  36. package/src/utils/extractOverlay.js +20 -0
  37. package/CLAUDE.md +0 -101
  38. package/docs/backend-lms-profile-filtering-spec.md +0 -180
  39. package/src/examples/v1/exampleAddParticipantVouch.json +0 -32
  40. package/src/examples/v1/exampleDocumentedVouch.json +0 -40
  41. package/src/examples/v1/exampleElectronicRecord.json +0 -30
  42. package/src/examples/v1/exampleTransaction.json +0 -878
  43. package/src/examples/v1/exampleVouch.json +0 -25
  44. package/src/examples/v2/exampleTransaction.json +0 -901
  45. package/src/examples/v3/exampleAddParticipantVouch.json +0 -38
  46. package/src/examples/v3/exampleCustomOverlay.json +0 -55
  47. package/src/examples/v3/exampleCustomOverlay2.json +0 -93
  48. package/src/examples/v3/exampleDocumentedVouch.json +0 -47
  49. package/src/examples/v3/exampleElectronicRecord.json +0 -36
  50. package/src/examples/v3/exampleTransaction.json +0 -1038
  51. package/src/examples/v3/exampleVouch.json +0 -32
  52. package/src/mappings/SendPropertyDetailsRequestSchema.json +0 -1588
  53. package/src/mappings/adf.js +0 -198
@@ -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,16 +2511,20 @@
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
@@ -2488,14 +2535,18 @@
2488
2535
  front
2489
2536
  details
2490
2537
  attachments
2538
+ detailsAnalysis
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
  }
@@ -1457,7 +1458,9 @@
1457
1458
  "properties": {
1458
1459
  "yesNo": {
1459
1460
  "enum": [
1460
- "No"
1461
+ "No",
1462
+ "Not applicable",
1463
+ "Not known"
1461
1464
  ]
1462
1465
  }
1463
1466
  }
@@ -4735,7 +4738,8 @@
4735
4738
  "properties": {
4736
4739
  "yesNo": {
4737
4740
  "enum": [
4738
- "Yes"
4741
+ "Yes",
4742
+ "Not known"
4739
4743
  ]
4740
4744
  }
4741
4745
  }
@@ -5265,7 +5269,8 @@
5265
5269
  "properties": {
5266
5270
  "yesNo": {
5267
5271
  "enum": [
5268
- "No"
5272
+ "No",
5273
+ "Not applicable"
5269
5274
  ]
5270
5275
  }
5271
5276
  }
@@ -5349,7 +5354,8 @@
5349
5354
  "properties": {
5350
5355
  "yesNo": {
5351
5356
  "enum": [
5352
- "No"
5357
+ "No",
5358
+ "Not known"
5353
5359
  ]
5354
5360
  }
5355
5361
  }
@@ -5864,8 +5870,7 @@
5864
5870
  "properties": {
5865
5871
  "riskIndicator": {
5866
5872
  "enum": [
5867
- "No",
5868
- "Not known"
5873
+ "No"
5869
5874
  ]
5870
5875
  }
5871
5876
  }
@@ -6470,77 +6475,41 @@
6470
6475
  },
6471
6476
  "ownership": {
6472
6477
  "baspi4Ref": "B2.1.0",
6473
- "discriminator": {
6474
- "propertyName": "areBoundariesUniform"
6475
- },
6476
- "oneOf": [
6477
- {
6478
- "properties": {
6479
- "areBoundariesUniform": {
6480
- "enum": [
6481
- "Yes"
6482
- ]
6483
- },
6484
- "uniformBoundaries": {
6485
- "baspi4Ref": "B2.1.0.2",
6486
- "required": [
6487
- "left",
6488
- "right",
6489
- "rear",
6490
- "front"
6491
- ],
6492
- "properties": {
6493
- "left": {
6494
- "baspi4Ref": "B2.1.1"
6495
- },
6496
- "right": {
6497
- "baspi4Ref": "B2.1.2"
6498
- },
6499
- "rear": {
6500
- "baspi4Ref": "B2.1.3"
6501
- },
6502
- "front": {
6503
- "baspi4Ref": "B2.1.4"
6504
- }
6505
- }
6506
- }
6507
- }
6508
- },
6509
- {
6510
- "properties": {
6511
- "areBoundariesUniform": {
6512
- "enum": [
6513
- "No"
6514
- ]
6515
- },
6516
- "details": {
6517
- "baspi4Ref": "B2.1.5"
6518
- },
6519
- "attachments": {
6520
- "baspi4Ref": "B2.1.6"
6521
- }
6522
- },
6523
- "required": [
6524
- "details",
6525
- "attachments"
6526
- ]
6527
- },
6528
- {
6529
- "properties": {
6530
- "areBoundariesUniform": {
6531
- "enum": [
6532
- "Not applicable"
6533
- ]
6534
- }
6535
- }
6536
- }
6537
- ],
6538
6478
  "required": [
6539
6479
  "areBoundariesUniform"
6540
6480
  ],
6541
6481
  "properties": {
6542
6482
  "areBoundariesUniform": {
6543
6483
  "baspi4Ref": "B2.1.0.1"
6484
+ },
6485
+ "uniformBoundaries": {
6486
+ "baspi4Ref": "B2.1.0.2",
6487
+ "required": [
6488
+ "left",
6489
+ "right",
6490
+ "rear",
6491
+ "front"
6492
+ ],
6493
+ "properties": {
6494
+ "left": {
6495
+ "baspi4Ref": "B2.1.1"
6496
+ },
6497
+ "right": {
6498
+ "baspi4Ref": "B2.1.2"
6499
+ },
6500
+ "rear": {
6501
+ "baspi4Ref": "B2.1.3"
6502
+ },
6503
+ "front": {
6504
+ "baspi4Ref": "B2.1.4"
6505
+ }
6506
+ }
6507
+ },
6508
+ "details": {
6509
+ "baspi4Ref": "B2.1.5"
6510
+ },
6511
+ "attachments": {
6512
+ "baspi4Ref": "B2.1.6"
6544
6513
  }
6545
6514
  }
6546
6515
  },
@@ -6637,7 +6606,8 @@
6637
6606
  "yesNo": {
6638
6607
  "enum": [
6639
6608
  "No",
6640
- "Not applicable"
6609
+ "Not applicable",
6610
+ "Not known"
6641
6611
  ]
6642
6612
  }
6643
6613
  }
@@ -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
  }
@@ -1605,7 +1606,9 @@
1605
1606
  "properties": {
1606
1607
  "yesNo": {
1607
1608
  "enum": [
1608
- "No"
1609
+ "No",
1610
+ "Not applicable",
1611
+ "Not known"
1609
1612
  ]
1610
1613
  }
1611
1614
  }
@@ -4886,7 +4889,8 @@
4886
4889
  "properties": {
4887
4890
  "yesNo": {
4888
4891
  "enum": [
4889
- "Yes"
4892
+ "Yes",
4893
+ "Not known"
4890
4894
  ]
4891
4895
  }
4892
4896
  }
@@ -5416,7 +5420,8 @@
5416
5420
  "properties": {
5417
5421
  "yesNo": {
5418
5422
  "enum": [
5419
- "No"
5423
+ "No",
5424
+ "Not applicable"
5420
5425
  ]
5421
5426
  }
5422
5427
  }
@@ -5500,7 +5505,8 @@
5500
5505
  "properties": {
5501
5506
  "yesNo": {
5502
5507
  "enum": [
5503
- "No"
5508
+ "No",
5509
+ "Not known"
5504
5510
  ]
5505
5511
  }
5506
5512
  }
@@ -6045,8 +6051,7 @@
6045
6051
  "properties": {
6046
6052
  "riskIndicator": {
6047
6053
  "enum": [
6048
- "No",
6049
- "Not known"
6054
+ "No"
6050
6055
  ]
6051
6056
  }
6052
6057
  }
@@ -6620,77 +6625,41 @@
6620
6625
  },
6621
6626
  "ownership": {
6622
6627
  "baspi5Ref": "B2.1.0",
6623
- "discriminator": {
6624
- "propertyName": "areBoundariesUniform"
6625
- },
6626
- "oneOf": [
6627
- {
6628
- "properties": {
6629
- "areBoundariesUniform": {
6630
- "enum": [
6631
- "Yes"
6632
- ]
6633
- },
6634
- "uniformBoundaries": {
6635
- "baspi5Ref": "B2.1.0.2",
6636
- "required": [
6637
- "left",
6638
- "right",
6639
- "rear",
6640
- "front"
6641
- ],
6642
- "properties": {
6643
- "left": {
6644
- "baspi5Ref": "B2.1.1"
6645
- },
6646
- "right": {
6647
- "baspi5Ref": "B2.1.2"
6648
- },
6649
- "rear": {
6650
- "baspi5Ref": "B2.1.3"
6651
- },
6652
- "front": {
6653
- "baspi5Ref": "B2.1.4"
6654
- }
6655
- }
6656
- }
6657
- }
6658
- },
6659
- {
6660
- "properties": {
6661
- "areBoundariesUniform": {
6662
- "enum": [
6663
- "No"
6664
- ]
6665
- },
6666
- "details": {
6667
- "baspi5Ref": "B2.1.5"
6668
- },
6669
- "attachments": {
6670
- "baspi5Ref": "B2.1.6"
6671
- }
6672
- },
6673
- "required": [
6674
- "details",
6675
- "attachments"
6676
- ]
6677
- },
6678
- {
6679
- "properties": {
6680
- "areBoundariesUniform": {
6681
- "enum": [
6682
- "Not applicable"
6683
- ]
6684
- }
6685
- }
6686
- }
6687
- ],
6688
6628
  "required": [
6689
6629
  "areBoundariesUniform"
6690
6630
  ],
6691
6631
  "properties": {
6692
6632
  "areBoundariesUniform": {
6693
6633
  "baspi5Ref": "B2.1.0.1"
6634
+ },
6635
+ "uniformBoundaries": {
6636
+ "baspi5Ref": "B2.1.0.2",
6637
+ "required": [
6638
+ "left",
6639
+ "right",
6640
+ "rear",
6641
+ "front"
6642
+ ],
6643
+ "properties": {
6644
+ "left": {
6645
+ "baspi5Ref": "B2.1.1"
6646
+ },
6647
+ "right": {
6648
+ "baspi5Ref": "B2.1.2"
6649
+ },
6650
+ "rear": {
6651
+ "baspi5Ref": "B2.1.3"
6652
+ },
6653
+ "front": {
6654
+ "baspi5Ref": "B2.1.4"
6655
+ }
6656
+ }
6657
+ },
6658
+ "details": {
6659
+ "baspi5Ref": "B2.1.5"
6660
+ },
6661
+ "attachments": {
6662
+ "baspi5Ref": "B2.1.6"
6694
6663
  }
6695
6664
  }
6696
6665
  },
@@ -6787,7 +6756,8 @@
6787
6756
  "yesNo": {
6788
6757
  "enum": [
6789
6758
  "No",
6790
- "Not applicable"
6759
+ "Not applicable",
6760
+ "Not known"
6791
6761
  ]
6792
6762
  }
6793
6763
  }
@@ -324,7 +324,8 @@
324
324
  ],
325
325
  "ntsRef": "A1"
326
326
  }
327
- }
327
+ },
328
+ "ntsRef": "0"
328
329
  }
329
330
  },
330
331
  "$schema": "http://json-schema.org/draft-07/schema#",