@imferno/schema 2.3.0 → 2.3.1-beta.1c7e1ff
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
package/schemas/imf-report.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"title": "ImfReport",
|
|
4
|
+
"deprecated": true,
|
|
4
5
|
"type": "object",
|
|
5
6
|
"required": [
|
|
6
7
|
"cpls",
|
|
@@ -322,6 +323,13 @@
|
|
|
322
323
|
"description": "Location where the issue was found",
|
|
323
324
|
"type": "object",
|
|
324
325
|
"properties": {
|
|
326
|
+
"cpl_filename": {
|
|
327
|
+
"description": "CPL filename if applicable",
|
|
328
|
+
"type": [
|
|
329
|
+
"string",
|
|
330
|
+
"null"
|
|
331
|
+
]
|
|
332
|
+
},
|
|
325
333
|
"cpl_id": {
|
|
326
334
|
"description": "CPL UUID if applicable",
|
|
327
335
|
"anyOf": [
|
|
@@ -333,6 +341,13 @@
|
|
|
333
341
|
}
|
|
334
342
|
]
|
|
335
343
|
},
|
|
344
|
+
"cpl_title": {
|
|
345
|
+
"description": "CPL content title if applicable",
|
|
346
|
+
"type": [
|
|
347
|
+
"string",
|
|
348
|
+
"null"
|
|
349
|
+
]
|
|
350
|
+
},
|
|
336
351
|
"file": {
|
|
337
352
|
"description": "File path if applicable",
|
|
338
353
|
"type": [
|
|
@@ -168,6 +168,13 @@
|
|
|
168
168
|
"description": "Location where the issue was found",
|
|
169
169
|
"type": "object",
|
|
170
170
|
"properties": {
|
|
171
|
+
"cpl_filename": {
|
|
172
|
+
"description": "CPL filename if applicable",
|
|
173
|
+
"type": [
|
|
174
|
+
"string",
|
|
175
|
+
"null"
|
|
176
|
+
]
|
|
177
|
+
},
|
|
171
178
|
"cpl_id": {
|
|
172
179
|
"description": "CPL UUID if applicable",
|
|
173
180
|
"anyOf": [
|
|
@@ -179,6 +186,13 @@
|
|
|
179
186
|
}
|
|
180
187
|
]
|
|
181
188
|
},
|
|
189
|
+
"cpl_title": {
|
|
190
|
+
"description": "CPL content title if applicable",
|
|
191
|
+
"type": [
|
|
192
|
+
"string",
|
|
193
|
+
"null"
|
|
194
|
+
]
|
|
195
|
+
},
|
|
182
196
|
"file": {
|
|
183
197
|
"description": "File path if applicable",
|
|
184
198
|
"type": [
|