@pdtf/schemas 3.6.0-dev.15 → 3.6.0-dev.17
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/index.js +191 -0
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +130 -323
- package/src/schemas/v3/compactSkeleton.txt +10 -51
- package/src/schemas/v3/overlays/baspi4.json +9 -0
- package/src/schemas/v3/overlays/baspi5.json +9 -0
- package/src/schemas/v3/overlays/piq.json +9 -0
- package/src/schemas/v3/overlays/ta6ed6.json +55 -129
- package/src/schemas/v3/overlays/ta6ed6v2.json +55 -129
- package/src/schemas/v3/pdtf-transaction.json +124 -289
- package/src/schemas/v3/skeleton.json +17 -53
|
@@ -130,6 +130,15 @@
|
|
|
130
130
|
"sellersCapacity",
|
|
131
131
|
"dateBecameOwnerOrAuthority"
|
|
132
132
|
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"properties": {
|
|
136
|
+
"role": {
|
|
137
|
+
"enum": [
|
|
138
|
+
"Gift Donor"
|
|
139
|
+
]
|
|
140
|
+
}
|
|
141
|
+
}
|
|
133
142
|
}
|
|
134
143
|
],
|
|
135
144
|
"required": [
|
|
@@ -1011,6 +1020,9 @@
|
|
|
1011
1020
|
"details": {
|
|
1012
1021
|
"ta6ed6v2Ref": "2.5.2",
|
|
1013
1022
|
"title": "Supply a copy and give details of any works carried out or agreed"
|
|
1023
|
+
},
|
|
1024
|
+
"attachments": {
|
|
1025
|
+
"ta6ed6v2Ref": "2.5.3"
|
|
1014
1026
|
}
|
|
1015
1027
|
},
|
|
1016
1028
|
"required": [
|
|
@@ -2634,52 +2646,10 @@
|
|
|
2634
2646
|
"details": {
|
|
2635
2647
|
"ta6ed6v2Ref": "9.2.2",
|
|
2636
2648
|
"title": "Please give details of how much, how often and who you pay"
|
|
2637
|
-
},
|
|
2638
|
-
"disagreementOrComplaint": {
|
|
2639
|
-
"ta6ed6v2Ref": "9.3",
|
|
2640
|
-
"discriminator": {
|
|
2641
|
-
"propertyName": "yesNo"
|
|
2642
|
-
},
|
|
2643
|
-
"oneOf": [
|
|
2644
|
-
{
|
|
2645
|
-
"properties": {
|
|
2646
|
-
"yesNo": {
|
|
2647
|
-
"enum": [
|
|
2648
|
-
"No",
|
|
2649
|
-
"Not known"
|
|
2650
|
-
]
|
|
2651
|
-
}
|
|
2652
|
-
}
|
|
2653
|
-
},
|
|
2654
|
-
{
|
|
2655
|
-
"properties": {
|
|
2656
|
-
"yesNo": {
|
|
2657
|
-
"enum": [
|
|
2658
|
-
"Yes"
|
|
2659
|
-
]
|
|
2660
|
-
},
|
|
2661
|
-
"details": {
|
|
2662
|
-
"ta6ed6v2Ref": "9.3.2"
|
|
2663
|
-
}
|
|
2664
|
-
},
|
|
2665
|
-
"required": [
|
|
2666
|
-
"details"
|
|
2667
|
-
]
|
|
2668
|
-
}
|
|
2669
|
-
],
|
|
2670
|
-
"required": [
|
|
2671
|
-
"yesNo"
|
|
2672
|
-
],
|
|
2673
|
-
"properties": {
|
|
2674
|
-
"yesNo": {
|
|
2675
|
-
"ta6ed6v2Ref": "9.3.1"
|
|
2676
|
-
}
|
|
2677
|
-
}
|
|
2678
2649
|
}
|
|
2679
2650
|
},
|
|
2680
2651
|
"required": [
|
|
2681
|
-
"details"
|
|
2682
|
-
"disagreementOrComplaint"
|
|
2652
|
+
"details"
|
|
2683
2653
|
]
|
|
2684
2654
|
}
|
|
2685
2655
|
],
|
|
@@ -2719,47 +2689,6 @@
|
|
|
2719
2689
|
"details": {
|
|
2720
2690
|
"ta6ed6v2Ref": "9.1.2",
|
|
2721
2691
|
"title": "Please give details"
|
|
2722
|
-
},
|
|
2723
|
-
"disagreementOrComplaint": {
|
|
2724
|
-
"ta6ed6v2Ref": "9.3",
|
|
2725
|
-
"discriminator": {
|
|
2726
|
-
"propertyName": "yesNo"
|
|
2727
|
-
},
|
|
2728
|
-
"oneOf": [
|
|
2729
|
-
{
|
|
2730
|
-
"properties": {
|
|
2731
|
-
"yesNo": {
|
|
2732
|
-
"enum": [
|
|
2733
|
-
"No",
|
|
2734
|
-
"Not known"
|
|
2735
|
-
]
|
|
2736
|
-
}
|
|
2737
|
-
}
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
"properties": {
|
|
2741
|
-
"yesNo": {
|
|
2742
|
-
"enum": [
|
|
2743
|
-
"Yes"
|
|
2744
|
-
]
|
|
2745
|
-
},
|
|
2746
|
-
"details": {
|
|
2747
|
-
"ta6ed6v2Ref": "9.3.2"
|
|
2748
|
-
}
|
|
2749
|
-
},
|
|
2750
|
-
"required": [
|
|
2751
|
-
"details"
|
|
2752
|
-
]
|
|
2753
|
-
}
|
|
2754
|
-
],
|
|
2755
|
-
"required": [
|
|
2756
|
-
"yesNo"
|
|
2757
|
-
],
|
|
2758
|
-
"properties": {
|
|
2759
|
-
"yesNo": {
|
|
2760
|
-
"ta6ed6v2Ref": "9.3.1"
|
|
2761
|
-
}
|
|
2762
|
-
}
|
|
2763
2692
|
}
|
|
2764
2693
|
},
|
|
2765
2694
|
"required": [
|
|
@@ -2775,6 +2704,47 @@
|
|
|
2775
2704
|
"properties": {
|
|
2776
2705
|
"yesNo": {
|
|
2777
2706
|
"ta6ed6v2Ref": "9.1.1"
|
|
2707
|
+
},
|
|
2708
|
+
"disagreementOrComplaint": {
|
|
2709
|
+
"ta6ed6v2Ref": "9.3",
|
|
2710
|
+
"discriminator": {
|
|
2711
|
+
"propertyName": "yesNo"
|
|
2712
|
+
},
|
|
2713
|
+
"oneOf": [
|
|
2714
|
+
{
|
|
2715
|
+
"properties": {
|
|
2716
|
+
"yesNo": {
|
|
2717
|
+
"enum": [
|
|
2718
|
+
"No",
|
|
2719
|
+
"Not known"
|
|
2720
|
+
]
|
|
2721
|
+
}
|
|
2722
|
+
}
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"properties": {
|
|
2726
|
+
"yesNo": {
|
|
2727
|
+
"enum": [
|
|
2728
|
+
"Yes"
|
|
2729
|
+
]
|
|
2730
|
+
},
|
|
2731
|
+
"details": {
|
|
2732
|
+
"ta6ed6v2Ref": "9.3.2"
|
|
2733
|
+
}
|
|
2734
|
+
},
|
|
2735
|
+
"required": [
|
|
2736
|
+
"details"
|
|
2737
|
+
]
|
|
2738
|
+
}
|
|
2739
|
+
],
|
|
2740
|
+
"required": [
|
|
2741
|
+
"yesNo"
|
|
2742
|
+
],
|
|
2743
|
+
"properties": {
|
|
2744
|
+
"yesNo": {
|
|
2745
|
+
"ta6ed6v2Ref": "9.3.1"
|
|
2746
|
+
}
|
|
2747
|
+
}
|
|
2778
2748
|
}
|
|
2779
2749
|
}
|
|
2780
2750
|
},
|
|
@@ -3206,54 +3176,10 @@
|
|
|
3206
3176
|
},
|
|
3207
3177
|
"details": {
|
|
3208
3178
|
"ta6ed6v2Ref": "9.5.2"
|
|
3209
|
-
},
|
|
3210
|
-
"disagreementOrComplaint": {
|
|
3211
|
-
"ta6ed6v2Ref": "9.6",
|
|
3212
|
-
"discriminator": {
|
|
3213
|
-
"propertyName": "yesNo"
|
|
3214
|
-
},
|
|
3215
|
-
"oneOf": [
|
|
3216
|
-
{
|
|
3217
|
-
"properties": {
|
|
3218
|
-
"yesNo": {
|
|
3219
|
-
"enum": [
|
|
3220
|
-
"No",
|
|
3221
|
-
"Not known"
|
|
3222
|
-
]
|
|
3223
|
-
}
|
|
3224
|
-
}
|
|
3225
|
-
},
|
|
3226
|
-
{
|
|
3227
|
-
"properties": {
|
|
3228
|
-
"yesNo": {
|
|
3229
|
-
"enum": [
|
|
3230
|
-
"Yes"
|
|
3231
|
-
]
|
|
3232
|
-
},
|
|
3233
|
-
"details": {
|
|
3234
|
-
"ta6ed6v2Ref": "9.6.2",
|
|
3235
|
-
"title": "Please give details"
|
|
3236
|
-
}
|
|
3237
|
-
},
|
|
3238
|
-
"required": [
|
|
3239
|
-
"details"
|
|
3240
|
-
]
|
|
3241
|
-
}
|
|
3242
|
-
],
|
|
3243
|
-
"required": [
|
|
3244
|
-
"yesNo"
|
|
3245
|
-
],
|
|
3246
|
-
"title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
|
|
3247
|
-
"properties": {
|
|
3248
|
-
"yesNo": {
|
|
3249
|
-
"ta6ed6v2Ref": "9.6.1"
|
|
3250
|
-
}
|
|
3251
|
-
}
|
|
3252
3179
|
}
|
|
3253
3180
|
},
|
|
3254
3181
|
"required": [
|
|
3255
|
-
"details"
|
|
3256
|
-
"disagreementOrComplaint"
|
|
3182
|
+
"details"
|
|
3257
3183
|
]
|
|
3258
3184
|
}
|
|
3259
3185
|
],
|