@pdtf/schemas 3.6.0-dev.5 → 3.6.0-dev.7
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/compassionate-easley-bafb14/package-lock.json +5 -3
- package/compassionate-easley-bafb14/package.json +1 -1
- package/compassionate-easley-bafb14/src/schemas/v3/combined.json +4 -1
- package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/ic.json +11 -0
- package/compassionate-easley-bafb14/src/schemas/v3/overlays/sef25.json +10 -1
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +7 -4
- package/src/schemas/v3/overlays/extensions/ic.json +11 -0
- package/src/schemas/v3/overlays/sef25.json +10 -1
- package/src/schemas/v3/pdtf-transaction.json +7 -7
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdtf/schemas",
|
|
3
|
-
"version": "3.6.0-dev.
|
|
3
|
+
"version": "3.6.0-dev.6",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@pdtf/schemas",
|
|
9
|
-
"version": "3.6.0-dev.
|
|
9
|
+
"version": "3.6.0-dev.6",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jdw/jst": "^2.0.0-beta.15",
|
|
@@ -1688,7 +1688,8 @@
|
|
|
1688
1688
|
"esprima": "^4.0.1",
|
|
1689
1689
|
"estraverse": "^5.2.0",
|
|
1690
1690
|
"esutils": "^2.0.2",
|
|
1691
|
-
"optionator": "^0.8.1"
|
|
1691
|
+
"optionator": "^0.8.1",
|
|
1692
|
+
"source-map": "~0.6.1"
|
|
1692
1693
|
},
|
|
1693
1694
|
"bin": {
|
|
1694
1695
|
"escodegen": "bin/escodegen.js",
|
|
@@ -2432,6 +2433,7 @@
|
|
|
2432
2433
|
"@types/node": "*",
|
|
2433
2434
|
"anymatch": "^3.0.3",
|
|
2434
2435
|
"fb-watchman": "^2.0.0",
|
|
2436
|
+
"fsevents": "^2.3.2",
|
|
2435
2437
|
"graceful-fs": "^4.2.9",
|
|
2436
2438
|
"jest-regex-util": "^27.5.1",
|
|
2437
2439
|
"jest-serializer": "^27.5.1",
|
|
@@ -25468,6 +25468,7 @@
|
|
|
25468
25468
|
"isInsured",
|
|
25469
25469
|
"difficultiesObtainingInsurance"
|
|
25470
25470
|
],
|
|
25471
|
+
"sef25Required": ["isInsured"],
|
|
25471
25472
|
"properties": {
|
|
25472
25473
|
"difficultiesObtainingInsurance": {
|
|
25473
25474
|
"baspi4Ref": "A8.1.2.1",
|
|
@@ -25870,6 +25871,7 @@
|
|
|
25870
25871
|
"baspi5Ref": "A8.2.1",
|
|
25871
25872
|
"ta6Ref": "6.5.2",
|
|
25872
25873
|
"ta6ed6Ref": "7.3.2",
|
|
25874
|
+
"sef25Ref": "I1.1.2",
|
|
25873
25875
|
"title": "Provide details",
|
|
25874
25876
|
"ta6ed6Title": "Give details, including the date(s) of any claim(s) and how they were resolved",
|
|
25875
25877
|
"type": "string",
|
|
@@ -25879,7 +25881,8 @@
|
|
|
25879
25881
|
"baspi4Required": ["details"],
|
|
25880
25882
|
"baspi5Required": ["details"],
|
|
25881
25883
|
"ta6Required": ["details"],
|
|
25882
|
-
"ta6ed6Required": ["details"]
|
|
25884
|
+
"ta6ed6Required": ["details"],
|
|
25885
|
+
"sef25Required": ["details"]
|
|
25883
25886
|
}
|
|
25884
25887
|
]
|
|
25885
25888
|
}
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
"properties": {
|
|
5
5
|
"insurance": {
|
|
6
6
|
"ntsRef": "I1",
|
|
7
|
+
"required": [
|
|
8
|
+
"isInsured"
|
|
9
|
+
],
|
|
7
10
|
"discriminator": {
|
|
8
11
|
"propertyName": "isInsured"
|
|
9
12
|
},
|
|
@@ -53,7 +56,15 @@
|
|
|
53
56
|
}
|
|
54
57
|
},
|
|
55
58
|
{
|
|
59
|
+
"required": [
|
|
60
|
+
"details"
|
|
61
|
+
],
|
|
56
62
|
"properties": {
|
|
63
|
+
"details": {
|
|
64
|
+
"ntsRef": "I1.1.2",
|
|
65
|
+
"type": "string",
|
|
66
|
+
"minLength": 1
|
|
67
|
+
},
|
|
57
68
|
"yesNo": {
|
|
58
69
|
"enum": [
|
|
59
70
|
"Yes"
|
|
@@ -1132,8 +1132,14 @@
|
|
|
1132
1132
|
"enum": [
|
|
1133
1133
|
"Yes"
|
|
1134
1134
|
]
|
|
1135
|
+
},
|
|
1136
|
+
"details": {
|
|
1137
|
+
"sef25Ref": "I1.1.2"
|
|
1135
1138
|
}
|
|
1136
|
-
}
|
|
1139
|
+
},
|
|
1140
|
+
"required": [
|
|
1141
|
+
"details"
|
|
1142
|
+
]
|
|
1137
1143
|
}
|
|
1138
1144
|
],
|
|
1139
1145
|
"required": [
|
|
@@ -1151,6 +1157,9 @@
|
|
|
1151
1157
|
]
|
|
1152
1158
|
}
|
|
1153
1159
|
],
|
|
1160
|
+
"required": [
|
|
1161
|
+
"isInsured"
|
|
1162
|
+
],
|
|
1154
1163
|
"properties": {
|
|
1155
1164
|
"isInsured": {
|
|
1156
1165
|
"sef25Ref": "I1.2"
|
package/package.json
CHANGED
|
@@ -890,14 +890,14 @@
|
|
|
890
890
|
},
|
|
891
891
|
"ruralUrbanClassification": {
|
|
892
892
|
"title": "ONS Rural Urban Classification (2021)",
|
|
893
|
-
"description": "The
|
|
893
|
+
"description": "The human-readable Rural Urban Classification for the area containing this property. For England and Wales this is the ONS 2021 RUC21 category (e.g. \"Urban: Nearer to a major town or city\", \"Larger rural: Further from a major town or city\", \"Smaller rural: Nearer to a major town or city\"). For Scotland this is the Scottish Government Urban Rural Classification category (e.g. \"Large Urban Areas\", \"Remote Rural\"), which uses a different scheme and is not represented in ruralUrbanCode.",
|
|
894
894
|
"type": "string"
|
|
895
895
|
},
|
|
896
896
|
"ruralUrbanCode": {
|
|
897
897
|
"title": "ONS Rural Urban Classification code (2021)",
|
|
898
|
-
"description": "The ONS 2021 Rural Urban Classification code (
|
|
898
|
+
"description": "The ONS 2021 Rural Urban Classification code for the Output Area containing this property (England and Wales only). UN1 = Urban: Nearer to a major town or city; UF1 = Urban: Further from a major town or city; RLN1 = Larger rural: Nearer; RLF1 = Larger rural: Further; RSN1 = Smaller rural: Nearer; RSF1 = Smaller rural: Further.",
|
|
899
899
|
"type": "string",
|
|
900
|
-
"enum": ["UN1", "
|
|
900
|
+
"enum": ["UN1", "UF1", "RLN1", "RLF1", "RSN1", "RSF1"]
|
|
901
901
|
},
|
|
902
902
|
"region": {
|
|
903
903
|
"title": "Government Office Region",
|
|
@@ -25468,6 +25468,7 @@
|
|
|
25468
25468
|
"isInsured",
|
|
25469
25469
|
"difficultiesObtainingInsurance"
|
|
25470
25470
|
],
|
|
25471
|
+
"sef25Required": ["isInsured"],
|
|
25471
25472
|
"properties": {
|
|
25472
25473
|
"difficultiesObtainingInsurance": {
|
|
25473
25474
|
"baspi4Ref": "A8.1.2.1",
|
|
@@ -25870,6 +25871,7 @@
|
|
|
25870
25871
|
"baspi5Ref": "A8.2.1",
|
|
25871
25872
|
"ta6Ref": "6.5.2",
|
|
25872
25873
|
"ta6ed6Ref": "7.3.2",
|
|
25874
|
+
"sef25Ref": "I1.1.2",
|
|
25873
25875
|
"title": "Provide details",
|
|
25874
25876
|
"ta6ed6Title": "Give details, including the date(s) of any claim(s) and how they were resolved",
|
|
25875
25877
|
"type": "string",
|
|
@@ -25879,7 +25881,8 @@
|
|
|
25879
25881
|
"baspi4Required": ["details"],
|
|
25880
25882
|
"baspi5Required": ["details"],
|
|
25881
25883
|
"ta6Required": ["details"],
|
|
25882
|
-
"ta6ed6Required": ["details"]
|
|
25884
|
+
"ta6ed6Required": ["details"],
|
|
25885
|
+
"sef25Required": ["details"]
|
|
25883
25886
|
}
|
|
25884
25887
|
]
|
|
25885
25888
|
}
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
"properties": {
|
|
5
5
|
"insurance": {
|
|
6
6
|
"ntsRef": "I1",
|
|
7
|
+
"required": [
|
|
8
|
+
"isInsured"
|
|
9
|
+
],
|
|
7
10
|
"discriminator": {
|
|
8
11
|
"propertyName": "isInsured"
|
|
9
12
|
},
|
|
@@ -53,7 +56,15 @@
|
|
|
53
56
|
}
|
|
54
57
|
},
|
|
55
58
|
{
|
|
59
|
+
"required": [
|
|
60
|
+
"details"
|
|
61
|
+
],
|
|
56
62
|
"properties": {
|
|
63
|
+
"details": {
|
|
64
|
+
"ntsRef": "I1.1.2",
|
|
65
|
+
"type": "string",
|
|
66
|
+
"minLength": 1
|
|
67
|
+
},
|
|
57
68
|
"yesNo": {
|
|
58
69
|
"enum": [
|
|
59
70
|
"Yes"
|
|
@@ -1132,8 +1132,14 @@
|
|
|
1132
1132
|
"enum": [
|
|
1133
1133
|
"Yes"
|
|
1134
1134
|
]
|
|
1135
|
+
},
|
|
1136
|
+
"details": {
|
|
1137
|
+
"sef25Ref": "I1.1.2"
|
|
1135
1138
|
}
|
|
1136
|
-
}
|
|
1139
|
+
},
|
|
1140
|
+
"required": [
|
|
1141
|
+
"details"
|
|
1142
|
+
]
|
|
1137
1143
|
}
|
|
1138
1144
|
],
|
|
1139
1145
|
"required": [
|
|
@@ -1151,6 +1157,9 @@
|
|
|
1151
1157
|
]
|
|
1152
1158
|
}
|
|
1153
1159
|
],
|
|
1160
|
+
"required": [
|
|
1161
|
+
"isInsured"
|
|
1162
|
+
],
|
|
1154
1163
|
"properties": {
|
|
1155
1164
|
"isInsured": {
|
|
1156
1165
|
"sef25Ref": "I1.2"
|
|
@@ -642,20 +642,20 @@
|
|
|
642
642
|
},
|
|
643
643
|
"ruralUrbanClassification": {
|
|
644
644
|
"title": "ONS Rural Urban Classification (2021)",
|
|
645
|
-
"description": "The
|
|
645
|
+
"description": "The human-readable Rural Urban Classification for the area containing this property. For England and Wales this is the ONS 2021 RUC21 category (e.g. \"Urban: Nearer to a major town or city\", \"Larger rural: Further from a major town or city\", \"Smaller rural: Nearer to a major town or city\"). For Scotland this is the Scottish Government Urban Rural Classification category (e.g. \"Large Urban Areas\", \"Remote Rural\"), which uses a different scheme and is not represented in ruralUrbanCode.",
|
|
646
646
|
"type": "string"
|
|
647
647
|
},
|
|
648
648
|
"ruralUrbanCode": {
|
|
649
649
|
"title": "ONS Rural Urban Classification code (2021)",
|
|
650
|
-
"description": "The ONS 2021 Rural Urban Classification code (
|
|
650
|
+
"description": "The ONS 2021 Rural Urban Classification code for the Output Area containing this property (England and Wales only). UN1 = Urban: Nearer to a major town or city; UF1 = Urban: Further from a major town or city; RLN1 = Larger rural: Nearer; RLF1 = Larger rural: Further; RSN1 = Smaller rural: Nearer; RSF1 = Smaller rural: Further.",
|
|
651
651
|
"type": "string",
|
|
652
652
|
"enum": [
|
|
653
653
|
"UN1",
|
|
654
|
-
"
|
|
655
|
-
"
|
|
656
|
-
"
|
|
657
|
-
"
|
|
658
|
-
"
|
|
654
|
+
"UF1",
|
|
655
|
+
"RLN1",
|
|
656
|
+
"RLF1",
|
|
657
|
+
"RSN1",
|
|
658
|
+
"RSF1"
|
|
659
659
|
]
|
|
660
660
|
},
|
|
661
661
|
"region": {
|