@imferno/schema 2.3.1-feat-napi-list-rules.94d2148 → 2.3.1-feat-cli-hash-default-and-cpl-location.162c88a
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imferno/schema",
|
|
3
|
-
"version": "2.3.1-feat-
|
|
3
|
+
"version": "2.3.1-feat-cli-hash-default-and-cpl-location.162c88a",
|
|
4
4
|
"description": "JSON Schema definitions for SMPTE ST 2067 IMF types — validates imferno export output",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
package/schemas/imf-report.json
CHANGED
|
@@ -322,6 +322,13 @@
|
|
|
322
322
|
"description": "Location where the issue was found",
|
|
323
323
|
"type": "object",
|
|
324
324
|
"properties": {
|
|
325
|
+
"cpl_filename": {
|
|
326
|
+
"description": "CPL filename if applicable",
|
|
327
|
+
"type": [
|
|
328
|
+
"string",
|
|
329
|
+
"null"
|
|
330
|
+
]
|
|
331
|
+
},
|
|
325
332
|
"cpl_id": {
|
|
326
333
|
"description": "CPL UUID if applicable",
|
|
327
334
|
"anyOf": [
|
|
@@ -333,6 +340,13 @@
|
|
|
333
340
|
}
|
|
334
341
|
]
|
|
335
342
|
},
|
|
343
|
+
"cpl_title": {
|
|
344
|
+
"description": "CPL content title if applicable",
|
|
345
|
+
"type": [
|
|
346
|
+
"string",
|
|
347
|
+
"null"
|
|
348
|
+
]
|
|
349
|
+
},
|
|
336
350
|
"file": {
|
|
337
351
|
"description": "File path if applicable",
|
|
338
352
|
"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": [
|