@pdtf/schemas 2.0.0-26 → 2.0.0-27
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/examples/v2/exampleTransaction.json +1 -0
- package/src/schemas/v2/combined.json +28 -24
- package/src/schemas/v2/overlays/baspi.json +4 -2
- package/src/schemas/v2/overlays/rds.json +2 -1
- package/src/schemas/v2/overlays/ta6.json +38 -42
- package/src/schemas/v2/pdtf-transaction.json +13 -2
- package/src/schemas/v2/skeleton.json +1 -0
package/package.json
CHANGED
|
@@ -7652,14 +7652,18 @@
|
|
|
7652
7652
|
"title": "Energy Efficiency",
|
|
7653
7653
|
"type": "object",
|
|
7654
7654
|
"baspiRequired": ["certificate", "greenDealLoan"],
|
|
7655
|
-
"ta6Required": ["
|
|
7655
|
+
"ta6Required": ["certificateIsSupplied", "greenDealLoan"],
|
|
7656
7656
|
"properties": {
|
|
7657
|
+
"certificateIsSupplied": {
|
|
7658
|
+
"ta6Ref": "7.6.1",
|
|
7659
|
+
"title": "Please supply a copy of the EPC for the property",
|
|
7660
|
+
"type": "string",
|
|
7661
|
+
"enum": ["Attached", "To follow", "Already supplied"]
|
|
7662
|
+
},
|
|
7657
7663
|
"certificate": {
|
|
7658
7664
|
"baspiRef": "A1.8.3.1",
|
|
7659
|
-
"ta6Ref": "7.6.1",
|
|
7660
7665
|
"type": "object",
|
|
7661
7666
|
"baspiRequired": ["currentEnergyRating"],
|
|
7662
|
-
"ta6Required": ["currentEnergyRating"],
|
|
7663
7667
|
"properties": {
|
|
7664
7668
|
"certificateNumber": {
|
|
7665
7669
|
"type": "string"
|
|
@@ -7708,7 +7712,6 @@
|
|
|
7708
7712
|
},
|
|
7709
7713
|
"currentEnergyRating": {
|
|
7710
7714
|
"baspiRef": "A1.8.3.1.1",
|
|
7711
|
-
"ta6Ref": "7.6",
|
|
7712
7715
|
"title": "Current energy efficiency rating",
|
|
7713
7716
|
"description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
|
|
7714
7717
|
"type": "string",
|
|
@@ -7993,7 +7996,6 @@
|
|
|
7993
7996
|
"greenDealLoan": {
|
|
7994
7997
|
"baspiRef": "A7.3",
|
|
7995
7998
|
"ta6Ref": "7.7",
|
|
7996
|
-
|
|
7997
7999
|
"rdsRef": "RightsHolders/Loans,RightsHolders/OtherDocumentation",
|
|
7998
8000
|
"title": "Green Deal Loan",
|
|
7999
8001
|
"type": "object",
|
|
@@ -8002,13 +8004,13 @@
|
|
|
8002
8004
|
"properties": {
|
|
8003
8005
|
"hasGreenDealLoan": {
|
|
8004
8006
|
"baspiRef": "A7.3",
|
|
8005
|
-
"ta6Ref": "7.7.
|
|
8007
|
+
"ta6Ref": "7.7.0",
|
|
8006
8008
|
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
8007
8009
|
"type": "object",
|
|
8008
8010
|
"properties": {
|
|
8009
8011
|
"yesNo": {
|
|
8010
8012
|
"baspiRef": "A7.3.1",
|
|
8011
|
-
"ta6Ref": "7.7.1
|
|
8013
|
+
"ta6Ref": "7.7.1",
|
|
8012
8014
|
"type": "string",
|
|
8013
8015
|
"title": "",
|
|
8014
8016
|
"enum": ["Yes", "No"]
|
|
@@ -8034,14 +8036,14 @@
|
|
|
8034
8036
|
},
|
|
8035
8037
|
"details": {
|
|
8036
8038
|
"baspiRef": "A7.3.2",
|
|
8037
|
-
"ta6Ref": "7.7.
|
|
8039
|
+
"ta6Ref": "7.7.2",
|
|
8038
8040
|
"title": "Please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill",
|
|
8039
8041
|
"type": "string",
|
|
8040
8042
|
"minLength": 1
|
|
8041
8043
|
},
|
|
8042
8044
|
"attachments": {
|
|
8043
8045
|
"baspiRef": "A7.3.3",
|
|
8044
|
-
"ta6Ref": "7.7.
|
|
8046
|
+
"ta6Ref": "7.7.3",
|
|
8045
8047
|
"title": "Attachments",
|
|
8046
8048
|
"type": "string",
|
|
8047
8049
|
"enum": ["Attached", "To follow"]
|
|
@@ -18046,7 +18048,7 @@
|
|
|
18046
18048
|
},
|
|
18047
18049
|
"details": {
|
|
18048
18050
|
"baspiRef": "A8.1.2.1.3",
|
|
18049
|
-
"ta6Ref": "6.4.
|
|
18051
|
+
"ta6Ref": "6.4.2",
|
|
18050
18052
|
"title": "Provide details",
|
|
18051
18053
|
"type": "string",
|
|
18052
18054
|
"minLength": 1
|
|
@@ -18091,7 +18093,7 @@
|
|
|
18091
18093
|
},
|
|
18092
18094
|
"details": {
|
|
18093
18095
|
"baspiRef": "A8.1.2.1.2.2",
|
|
18094
|
-
"ta6Ref": "6.4.
|
|
18096
|
+
"ta6Ref": "6.4.2",
|
|
18095
18097
|
"title": "Provide details",
|
|
18096
18098
|
"type": "string",
|
|
18097
18099
|
"minLength": 1
|
|
@@ -18104,13 +18106,13 @@
|
|
|
18104
18106
|
},
|
|
18105
18107
|
"subjectToUnusualConditions": {
|
|
18106
18108
|
"baspiRef": "A8.1.2.1.3",
|
|
18107
|
-
"ta6Ref": "6.
|
|
18109
|
+
"ta6Ref": "6.4c",
|
|
18108
18110
|
"title": "Subject to unusual conditions?",
|
|
18109
18111
|
"type": "object",
|
|
18110
18112
|
"properties": {
|
|
18111
18113
|
"yesNo": {
|
|
18112
18114
|
"baspiRef": "A8.1.2.1.3.1",
|
|
18113
|
-
"ta6Ref": "6.4.
|
|
18115
|
+
"ta6Ref": "6.4.c1",
|
|
18114
18116
|
"type": "string",
|
|
18115
18117
|
"title": "",
|
|
18116
18118
|
"enum": ["Yes", "No"]
|
|
@@ -18136,7 +18138,7 @@
|
|
|
18136
18138
|
},
|
|
18137
18139
|
"details": {
|
|
18138
18140
|
"baspiRef": "A8.1.2.1.3.2",
|
|
18139
|
-
"ta6Ref": "6.4.
|
|
18141
|
+
"ta6Ref": "6.4.2",
|
|
18140
18142
|
"title": "Provide details",
|
|
18141
18143
|
"type": "string",
|
|
18142
18144
|
"minLength": 1
|
|
@@ -18149,13 +18151,13 @@
|
|
|
18149
18151
|
},
|
|
18150
18152
|
"refused": {
|
|
18151
18153
|
"baspiRef": "A8.1.2.1.4",
|
|
18152
|
-
"ta6Ref": "6.
|
|
18154
|
+
"ta6Ref": "6.4d",
|
|
18153
18155
|
"title": "Refused?",
|
|
18154
18156
|
"type": "object",
|
|
18155
18157
|
"properties": {
|
|
18156
18158
|
"yesNo": {
|
|
18157
18159
|
"baspiRef": "A8.1.2.1.4.1",
|
|
18158
|
-
"ta6Ref": "6.4.
|
|
18160
|
+
"ta6Ref": "6.4.d1",
|
|
18159
18161
|
"type": "string",
|
|
18160
18162
|
"title": "",
|
|
18161
18163
|
"enum": ["Yes", "No"]
|
|
@@ -18181,7 +18183,7 @@
|
|
|
18181
18183
|
},
|
|
18182
18184
|
"details": {
|
|
18183
18185
|
"baspiRef": "A8.1.2.1.4.2",
|
|
18184
|
-
"ta6Ref": "6.4.
|
|
18186
|
+
"ta6Ref": "6.4.2",
|
|
18185
18187
|
"title": "Provide details",
|
|
18186
18188
|
"type": "string",
|
|
18187
18189
|
"minLength": 1
|
|
@@ -18908,6 +18910,7 @@
|
|
|
18908
18910
|
},
|
|
18909
18911
|
"environmentalIssues": {
|
|
18910
18912
|
"baspiRef": "A11.1",
|
|
18913
|
+
"ta6Ref": "7",
|
|
18911
18914
|
"title": "Environmental Issues Affecting the Property",
|
|
18912
18915
|
"type": "object",
|
|
18913
18916
|
"baspiRequired": ["flooding", "radon", "otherEnvironmental"],
|
|
@@ -18916,7 +18919,7 @@
|
|
|
18916
18919
|
"flooding": {
|
|
18917
18920
|
"baspiRef": "A11.1.1",
|
|
18918
18921
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
18919
|
-
"ta6Ref": "7.1",
|
|
18922
|
+
"ta6Ref": "7.1.0",
|
|
18920
18923
|
"title": "Flooding",
|
|
18921
18924
|
"type": "object",
|
|
18922
18925
|
"baspiRequired": ["floodRiskReport", "hasBeenFlooded"],
|
|
@@ -18969,7 +18972,7 @@
|
|
|
18969
18972
|
},
|
|
18970
18973
|
"hasBeenFlooded": {
|
|
18971
18974
|
"baspiRef": "A11.1.2",
|
|
18972
|
-
"ta6Ref": "7.
|
|
18975
|
+
"ta6Ref": "7.1",
|
|
18973
18976
|
"title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
|
|
18974
18977
|
"type": "string",
|
|
18975
18978
|
"enum": ["Yes", "No"]
|
|
@@ -18993,7 +18996,7 @@
|
|
|
18993
18996
|
},
|
|
18994
18997
|
"details": {
|
|
18995
18998
|
"baspiRef": "A11.1.2.1",
|
|
18996
|
-
"ta6Ref": "7.
|
|
18999
|
+
"ta6Ref": "7.2",
|
|
18997
19000
|
"title": "Please state when the flooding occurred and identify the parts that flooded",
|
|
18998
19001
|
"type": "string",
|
|
18999
19002
|
"minLength": 1
|
|
@@ -19154,14 +19157,14 @@
|
|
|
19154
19157
|
},
|
|
19155
19158
|
"details": {
|
|
19156
19159
|
"baspiRef": "A11.1.3.2",
|
|
19157
|
-
"ta6Ref": "7.
|
|
19160
|
+
"ta6Ref": "7.4b",
|
|
19158
19161
|
"title": "Was the test result was below the recommended level?",
|
|
19159
19162
|
"type": "string",
|
|
19160
19163
|
"enum": ["Yes", "No"]
|
|
19161
19164
|
},
|
|
19162
19165
|
"attachments": {
|
|
19163
19166
|
"baspiRef": "A11.1.3.3",
|
|
19164
|
-
"ta6Ref": "7.
|
|
19167
|
+
"ta6Ref": "7.4a",
|
|
19165
19168
|
"title": "Please supply a copy of the report",
|
|
19166
19169
|
"type": "string",
|
|
19167
19170
|
"enum": ["Attached", "To follow"]
|
|
@@ -19182,9 +19185,10 @@
|
|
|
19182
19185
|
"properties": {
|
|
19183
19186
|
"yesNo": {
|
|
19184
19187
|
"baspiRef": "A11.1.3.4.1",
|
|
19188
|
+
"ta6Ref": "7.5.1",
|
|
19185
19189
|
"type": "string",
|
|
19186
19190
|
"title": "",
|
|
19187
|
-
"enum": ["Yes", "No"]
|
|
19191
|
+
"enum": ["Yes", "No", "Not known"]
|
|
19188
19192
|
}
|
|
19189
19193
|
},
|
|
19190
19194
|
"baspiRequired": ["yesNo"],
|
|
@@ -19214,7 +19218,7 @@
|
|
|
19214
19218
|
{
|
|
19215
19219
|
"properties": {
|
|
19216
19220
|
"yesNo": {
|
|
19217
|
-
"enum": ["No"]
|
|
19221
|
+
"enum": ["No", "Not known"]
|
|
19218
19222
|
}
|
|
19219
19223
|
}
|
|
19220
19224
|
},
|
|
@@ -6946,7 +6946,8 @@
|
|
|
6946
6946
|
"baspiRef": "A11.1.3.4.1",
|
|
6947
6947
|
"enum": [
|
|
6948
6948
|
"Yes",
|
|
6949
|
-
"No"
|
|
6949
|
+
"No",
|
|
6950
|
+
"Not known"
|
|
6950
6951
|
]
|
|
6951
6952
|
}
|
|
6952
6953
|
}
|
|
@@ -6964,7 +6965,8 @@
|
|
|
6964
6965
|
"properties": {
|
|
6965
6966
|
"yesNo": {
|
|
6966
6967
|
"enum": [
|
|
6967
|
-
"No"
|
|
6968
|
+
"No",
|
|
6969
|
+
"Not known"
|
|
6968
6970
|
]
|
|
6969
6971
|
}
|
|
6970
6972
|
}
|
|
@@ -397,34 +397,18 @@
|
|
|
397
397
|
"ta6Ref": "7.6",
|
|
398
398
|
"title": "Energy Efficiency",
|
|
399
399
|
"required": [
|
|
400
|
-
"
|
|
400
|
+
"certificateIsSupplied",
|
|
401
401
|
"greenDealLoan"
|
|
402
402
|
],
|
|
403
403
|
"properties": {
|
|
404
|
-
"
|
|
404
|
+
"certificateIsSupplied": {
|
|
405
405
|
"ta6Ref": "7.6.1",
|
|
406
|
-
"
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
"
|
|
411
|
-
|
|
412
|
-
"title": "Current energy efficiency rating",
|
|
413
|
-
"description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
|
|
414
|
-
"enum": [
|
|
415
|
-
"A",
|
|
416
|
-
"B",
|
|
417
|
-
"C",
|
|
418
|
-
"D",
|
|
419
|
-
"E",
|
|
420
|
-
"F",
|
|
421
|
-
"G",
|
|
422
|
-
"Exempt Property",
|
|
423
|
-
"Survey Instructed",
|
|
424
|
-
"No Certificate"
|
|
425
|
-
]
|
|
426
|
-
}
|
|
427
|
-
}
|
|
406
|
+
"title": "Please supply a copy of the EPC for the property",
|
|
407
|
+
"enum": [
|
|
408
|
+
"Attached",
|
|
409
|
+
"To follow",
|
|
410
|
+
"Already supplied"
|
|
411
|
+
]
|
|
428
412
|
},
|
|
429
413
|
"greenDealLoan": {
|
|
430
414
|
"ta6Ref": "7.7",
|
|
@@ -434,7 +418,7 @@
|
|
|
434
418
|
],
|
|
435
419
|
"properties": {
|
|
436
420
|
"hasGreenDealLoan": {
|
|
437
|
-
"ta6Ref": "7.7.
|
|
421
|
+
"ta6Ref": "7.7.0",
|
|
438
422
|
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
439
423
|
"discriminator": {
|
|
440
424
|
"propertyName": "yesNo"
|
|
@@ -457,11 +441,11 @@
|
|
|
457
441
|
]
|
|
458
442
|
},
|
|
459
443
|
"details": {
|
|
460
|
-
"ta6Ref": "7.7.
|
|
444
|
+
"ta6Ref": "7.7.2",
|
|
461
445
|
"title": "Please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill"
|
|
462
446
|
},
|
|
463
447
|
"attachments": {
|
|
464
|
-
"ta6Ref": "7.7.
|
|
448
|
+
"ta6Ref": "7.7.3",
|
|
465
449
|
"title": "Attachments",
|
|
466
450
|
"enum": [
|
|
467
451
|
"Attached",
|
|
@@ -480,7 +464,7 @@
|
|
|
480
464
|
],
|
|
481
465
|
"properties": {
|
|
482
466
|
"yesNo": {
|
|
483
|
-
"ta6Ref": "7.7.1
|
|
467
|
+
"ta6Ref": "7.7.1",
|
|
484
468
|
"enum": [
|
|
485
469
|
"Yes",
|
|
486
470
|
"No"
|
|
@@ -2773,7 +2757,7 @@
|
|
|
2773
2757
|
]
|
|
2774
2758
|
},
|
|
2775
2759
|
"details": {
|
|
2776
|
-
"ta6Ref": "6.4.
|
|
2760
|
+
"ta6Ref": "6.4.2",
|
|
2777
2761
|
"title": "Provide details"
|
|
2778
2762
|
}
|
|
2779
2763
|
},
|
|
@@ -2819,7 +2803,7 @@
|
|
|
2819
2803
|
]
|
|
2820
2804
|
},
|
|
2821
2805
|
"details": {
|
|
2822
|
-
"ta6Ref": "6.4.
|
|
2806
|
+
"ta6Ref": "6.4.2",
|
|
2823
2807
|
"title": "Provide details"
|
|
2824
2808
|
}
|
|
2825
2809
|
},
|
|
@@ -2842,7 +2826,7 @@
|
|
|
2842
2826
|
}
|
|
2843
2827
|
},
|
|
2844
2828
|
"subjectToUnusualConditions": {
|
|
2845
|
-
"ta6Ref": "6.
|
|
2829
|
+
"ta6Ref": "6.4c",
|
|
2846
2830
|
"title": "Subject to unusual conditions?",
|
|
2847
2831
|
"discriminator": {
|
|
2848
2832
|
"propertyName": "yesNo"
|
|
@@ -2865,7 +2849,7 @@
|
|
|
2865
2849
|
]
|
|
2866
2850
|
},
|
|
2867
2851
|
"details": {
|
|
2868
|
-
"ta6Ref": "6.4.
|
|
2852
|
+
"ta6Ref": "6.4.2",
|
|
2869
2853
|
"title": "Provide details"
|
|
2870
2854
|
}
|
|
2871
2855
|
},
|
|
@@ -2879,7 +2863,7 @@
|
|
|
2879
2863
|
],
|
|
2880
2864
|
"properties": {
|
|
2881
2865
|
"yesNo": {
|
|
2882
|
-
"ta6Ref": "6.4.
|
|
2866
|
+
"ta6Ref": "6.4.c1",
|
|
2883
2867
|
"enum": [
|
|
2884
2868
|
"Yes",
|
|
2885
2869
|
"No"
|
|
@@ -2888,7 +2872,7 @@
|
|
|
2888
2872
|
}
|
|
2889
2873
|
},
|
|
2890
2874
|
"refused": {
|
|
2891
|
-
"ta6Ref": "6.
|
|
2875
|
+
"ta6Ref": "6.4d",
|
|
2892
2876
|
"title": "Refused?",
|
|
2893
2877
|
"discriminator": {
|
|
2894
2878
|
"propertyName": "yesNo"
|
|
@@ -2911,7 +2895,7 @@
|
|
|
2911
2895
|
]
|
|
2912
2896
|
},
|
|
2913
2897
|
"details": {
|
|
2914
|
-
"ta6Ref": "6.4.
|
|
2898
|
+
"ta6Ref": "6.4.2",
|
|
2915
2899
|
"title": "Provide details"
|
|
2916
2900
|
}
|
|
2917
2901
|
},
|
|
@@ -2925,7 +2909,7 @@
|
|
|
2925
2909
|
],
|
|
2926
2910
|
"properties": {
|
|
2927
2911
|
"yesNo": {
|
|
2928
|
-
"ta6Ref": "6.4.
|
|
2912
|
+
"ta6Ref": "6.4.d1",
|
|
2929
2913
|
"enum": [
|
|
2930
2914
|
"Yes",
|
|
2931
2915
|
"No"
|
|
@@ -3443,6 +3427,8 @@
|
|
|
3443
3427
|
}
|
|
3444
3428
|
},
|
|
3445
3429
|
"environmentalIssues": {
|
|
3430
|
+
"ta6Ref": "7",
|
|
3431
|
+
"title": "Environmental Issues Affecting the Property",
|
|
3446
3432
|
"required": [
|
|
3447
3433
|
"flooding",
|
|
3448
3434
|
"radon",
|
|
@@ -3450,7 +3436,7 @@
|
|
|
3450
3436
|
],
|
|
3451
3437
|
"properties": {
|
|
3452
3438
|
"flooding": {
|
|
3453
|
-
"ta6Ref": "7.1",
|
|
3439
|
+
"ta6Ref": "7.1.0",
|
|
3454
3440
|
"title": "Flooding",
|
|
3455
3441
|
"discriminator": {
|
|
3456
3442
|
"propertyName": "hasBeenFlooded"
|
|
@@ -3473,7 +3459,7 @@
|
|
|
3473
3459
|
]
|
|
3474
3460
|
},
|
|
3475
3461
|
"details": {
|
|
3476
|
-
"ta6Ref": "7.
|
|
3462
|
+
"ta6Ref": "7.2",
|
|
3477
3463
|
"title": "Please state when the flooding occurred and identify the parts that flooded"
|
|
3478
3464
|
},
|
|
3479
3465
|
"typeOfFlooding": {
|
|
@@ -3639,7 +3625,7 @@
|
|
|
3639
3625
|
}
|
|
3640
3626
|
},
|
|
3641
3627
|
"hasBeenFlooded": {
|
|
3642
|
-
"ta6Ref": "7.
|
|
3628
|
+
"ta6Ref": "7.1",
|
|
3643
3629
|
"title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
|
|
3644
3630
|
"enum": [
|
|
3645
3631
|
"Yes",
|
|
@@ -3680,7 +3666,7 @@
|
|
|
3680
3666
|
]
|
|
3681
3667
|
},
|
|
3682
3668
|
"details": {
|
|
3683
|
-
"ta6Ref": "7.
|
|
3669
|
+
"ta6Ref": "7.4b",
|
|
3684
3670
|
"title": "Was the test result was below the recommended level?",
|
|
3685
3671
|
"enum": [
|
|
3686
3672
|
"Yes",
|
|
@@ -3688,7 +3674,7 @@
|
|
|
3688
3674
|
]
|
|
3689
3675
|
},
|
|
3690
3676
|
"attachments": {
|
|
3691
|
-
"ta6Ref": "7.
|
|
3677
|
+
"ta6Ref": "7.4a",
|
|
3692
3678
|
"title": "Please supply a copy of the report",
|
|
3693
3679
|
"enum": [
|
|
3694
3680
|
"Attached",
|
|
@@ -3720,7 +3706,17 @@
|
|
|
3720
3706
|
"title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
|
|
3721
3707
|
"required": [
|
|
3722
3708
|
"yesNo"
|
|
3723
|
-
]
|
|
3709
|
+
],
|
|
3710
|
+
"properties": {
|
|
3711
|
+
"yesNo": {
|
|
3712
|
+
"ta6Ref": "7.5.1",
|
|
3713
|
+
"enum": [
|
|
3714
|
+
"Yes",
|
|
3715
|
+
"No",
|
|
3716
|
+
"Not known"
|
|
3717
|
+
]
|
|
3718
|
+
}
|
|
3719
|
+
}
|
|
3724
3720
|
}
|
|
3725
3721
|
}
|
|
3726
3722
|
}
|
|
@@ -6705,6 +6705,15 @@
|
|
|
6705
6705
|
"title": "Energy Efficiency",
|
|
6706
6706
|
"type": "object",
|
|
6707
6707
|
"properties": {
|
|
6708
|
+
"certificateIsSupplied": {
|
|
6709
|
+
"title": "Please supply a copy of the EPC for the property",
|
|
6710
|
+
"type": "string",
|
|
6711
|
+
"enum": [
|
|
6712
|
+
"Attached",
|
|
6713
|
+
"To follow",
|
|
6714
|
+
"Already supplied"
|
|
6715
|
+
]
|
|
6716
|
+
},
|
|
6708
6717
|
"certificate": {
|
|
6709
6718
|
"type": "object",
|
|
6710
6719
|
"properties": {
|
|
@@ -17489,7 +17498,8 @@
|
|
|
17489
17498
|
"title": "",
|
|
17490
17499
|
"enum": [
|
|
17491
17500
|
"Yes",
|
|
17492
|
-
"No"
|
|
17501
|
+
"No",
|
|
17502
|
+
"Not known"
|
|
17493
17503
|
]
|
|
17494
17504
|
}
|
|
17495
17505
|
}
|
|
@@ -17514,7 +17524,8 @@
|
|
|
17514
17524
|
"properties": {
|
|
17515
17525
|
"yesNo": {
|
|
17516
17526
|
"enum": [
|
|
17517
|
-
"No"
|
|
17527
|
+
"No",
|
|
17528
|
+
"Not known"
|
|
17518
17529
|
]
|
|
17519
17530
|
}
|
|
17520
17531
|
}
|