@pdtf/schemas 3.6.0-27 → 3.6.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
CHANGED
|
@@ -15686,8 +15686,6 @@
|
|
|
15686
15686
|
"attachments": {
|
|
15687
15687
|
"baspi4Ref": "A5.1.3",
|
|
15688
15688
|
"baspi5Ref": "A5.1.3",
|
|
15689
|
-
"nts2Ref": "A5.1.3",
|
|
15690
|
-
"ntsl2Ref": "A5.1.3",
|
|
15691
15689
|
"title": "Attachments",
|
|
15692
15690
|
"type": "string",
|
|
15693
15691
|
"enum": ["Attached", "To follow"]
|
|
@@ -38,17 +38,15 @@
|
|
|
38
38
|
"type": "string",
|
|
39
39
|
"minLength": 1
|
|
40
40
|
},
|
|
41
|
-
"
|
|
42
|
-
"ntsRef": "A5.1.3",
|
|
43
|
-
"type": "string",
|
|
41
|
+
"yesNo": {
|
|
44
42
|
"enum": [
|
|
45
|
-
"
|
|
46
|
-
"To follow"
|
|
43
|
+
"Yes"
|
|
47
44
|
]
|
|
48
45
|
},
|
|
49
|
-
"
|
|
46
|
+
"attachments": {
|
|
50
47
|
"enum": [
|
|
51
|
-
"
|
|
48
|
+
"Attached",
|
|
49
|
+
"To follow"
|
|
52
50
|
]
|
|
53
51
|
}
|
|
54
52
|
}
|