@pdtf/schemas 3.0.0-27 → 3.0.0-28
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/schemas/v3/combined.json +452 -427
- package/src/schemas/v3/overlays/baspi.json +15 -0
- package/src/schemas/v3/overlays/fme1.json +6 -2
- package/src/schemas/v3/overlays/lpe1.json +8 -3
- package/src/schemas/v3/overlays/nts.json +1 -4
- package/src/schemas/v3/overlays/ta10.json +812 -267
- package/src/schemas/v3/overlays/ta6.json +5 -1
- package/src/schemas/v3/overlays/ta7.json +11 -8
- package/src/schemas/v3/pdtf-transaction.json +1368 -618
- package/src/schemas/v3/skeleton.json +5 -0
|
@@ -102,6 +102,21 @@
|
|
|
102
102
|
]
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
+
"buildInformation": {
|
|
106
|
+
"properties": {
|
|
107
|
+
"roomDimensions": {
|
|
108
|
+
"oneOf": [
|
|
109
|
+
{
|
|
110
|
+
"properties": {
|
|
111
|
+
"attachments": {
|
|
112
|
+
"baspiRef": "A1.2.3"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
]
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
},
|
|
105
120
|
"delayFactors": {
|
|
106
121
|
"baspiRef": "A1.2",
|
|
107
122
|
"required": [
|
|
@@ -232,14 +232,18 @@
|
|
|
232
232
|
{
|
|
233
233
|
"properties": {
|
|
234
234
|
"areOtherDetailsRequired": {
|
|
235
|
-
"
|
|
235
|
+
"enum": [
|
|
236
|
+
"No"
|
|
237
|
+
]
|
|
236
238
|
}
|
|
237
239
|
}
|
|
238
240
|
},
|
|
239
241
|
{
|
|
240
242
|
"properties": {
|
|
241
243
|
"areOtherDetailsRequired": {
|
|
242
|
-
"
|
|
244
|
+
"enum": [
|
|
245
|
+
"Yes"
|
|
246
|
+
]
|
|
243
247
|
}
|
|
244
248
|
},
|
|
245
249
|
"required": [
|
|
@@ -410,14 +410,18 @@
|
|
|
410
410
|
{
|
|
411
411
|
"properties": {
|
|
412
412
|
"areOtherDetailsRequired": {
|
|
413
|
-
"
|
|
413
|
+
"enum": [
|
|
414
|
+
"No"
|
|
415
|
+
]
|
|
414
416
|
}
|
|
415
417
|
}
|
|
416
418
|
},
|
|
417
419
|
{
|
|
418
420
|
"properties": {
|
|
419
421
|
"areOtherDetailsRequired": {
|
|
420
|
-
"
|
|
422
|
+
"enum": [
|
|
423
|
+
"Yes"
|
|
424
|
+
]
|
|
421
425
|
}
|
|
422
426
|
},
|
|
423
427
|
"required": [
|
|
@@ -2198,7 +2202,8 @@
|
|
|
2198
2202
|
"confirmationOfAccuracy": {
|
|
2199
2203
|
"lpe1Ref": "9",
|
|
2200
2204
|
"required": [
|
|
2201
|
-
"
|
|
2205
|
+
"confirmation",
|
|
2206
|
+
"capacity"
|
|
2202
2207
|
]
|
|
2203
2208
|
}
|
|
2204
2209
|
}
|