@pdtf/schemas 3.5.1-8 → 3.5.1-9
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
CHANGED
|
@@ -4246,14 +4246,22 @@
|
|
|
4246
4246
|
"properties": {
|
|
4247
4247
|
"typeOfLeasehold": {
|
|
4248
4248
|
"ta7Ref": "1.1",
|
|
4249
|
-
"title": "
|
|
4250
|
-
"
|
|
4251
|
-
"
|
|
4252
|
-
"
|
|
4253
|
-
"
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4249
|
+
"title": "Type of leasehold property",
|
|
4250
|
+
"type": "object",
|
|
4251
|
+
"ta7Required": ["leaseholdType"],
|
|
4252
|
+
"properties": {
|
|
4253
|
+
"leaseholdType": {
|
|
4254
|
+
"ta7Ref": "1.1.1",
|
|
4255
|
+
"title": "What type of leasehold property does the seller own?",
|
|
4256
|
+
"description": "'Flat'includes maisonette and apartment.",
|
|
4257
|
+
"type": "string",
|
|
4258
|
+
"enum": [
|
|
4259
|
+
"Flat",
|
|
4260
|
+
"Shared ownership",
|
|
4261
|
+
"Long leasehold house"
|
|
4262
|
+
]
|
|
4263
|
+
}
|
|
4264
|
+
}
|
|
4257
4265
|
},
|
|
4258
4266
|
"sharedOwnership": {
|
|
4259
4267
|
"baspi4Ref": "A1.3.1",
|
|
@@ -86,7 +86,15 @@
|
|
|
86
86
|
],
|
|
87
87
|
"properties": {
|
|
88
88
|
"typeOfLeasehold": {
|
|
89
|
-
"ta7Ref": "1.1"
|
|
89
|
+
"ta7Ref": "1.1",
|
|
90
|
+
"required": [
|
|
91
|
+
"leaseholdType"
|
|
92
|
+
],
|
|
93
|
+
"properties": {
|
|
94
|
+
"leaseholdType": {
|
|
95
|
+
"ta7Ref": "1.1.1"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
90
98
|
},
|
|
91
99
|
"sharedOwnership": {
|
|
92
100
|
"required": [
|
|
@@ -3517,14 +3517,20 @@
|
|
|
3517
3517
|
"type": "object",
|
|
3518
3518
|
"properties": {
|
|
3519
3519
|
"typeOfLeasehold": {
|
|
3520
|
-
"title": "
|
|
3521
|
-
"
|
|
3522
|
-
"
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3520
|
+
"title": "Type of leasehold property",
|
|
3521
|
+
"type": "object",
|
|
3522
|
+
"properties": {
|
|
3523
|
+
"leaseholdType": {
|
|
3524
|
+
"title": "What type of leasehold property does the seller own?",
|
|
3525
|
+
"description": "'Flat'includes maisonette and apartment.",
|
|
3526
|
+
"type": "string",
|
|
3527
|
+
"enum": [
|
|
3528
|
+
"Flat",
|
|
3529
|
+
"Shared ownership",
|
|
3530
|
+
"Long leasehold house"
|
|
3531
|
+
]
|
|
3532
|
+
}
|
|
3533
|
+
}
|
|
3528
3534
|
},
|
|
3529
3535
|
"sharedOwnership": {
|
|
3530
3536
|
"type": "object",
|