@imferno/schema 2.2.1-feat-cli-hash-default-and-cpl-location.71813f1 → 2.3.0
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
|
+
"version": "2.3.0",
|
|
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,13 +322,6 @@
|
|
|
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
|
-
},
|
|
332
325
|
"cpl_id": {
|
|
333
326
|
"description": "CPL UUID if applicable",
|
|
334
327
|
"anyOf": [
|
|
@@ -340,13 +333,6 @@
|
|
|
340
333
|
}
|
|
341
334
|
]
|
|
342
335
|
},
|
|
343
|
-
"cpl_title": {
|
|
344
|
-
"description": "CPL content title if applicable",
|
|
345
|
-
"type": [
|
|
346
|
-
"string",
|
|
347
|
-
"null"
|
|
348
|
-
]
|
|
349
|
-
},
|
|
350
336
|
"file": {
|
|
351
337
|
"description": "File path if applicable",
|
|
352
338
|
"type": [
|
|
@@ -168,13 +168,6 @@
|
|
|
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
|
-
},
|
|
178
171
|
"cpl_id": {
|
|
179
172
|
"description": "CPL UUID if applicable",
|
|
180
173
|
"anyOf": [
|
|
@@ -186,13 +179,6 @@
|
|
|
186
179
|
}
|
|
187
180
|
]
|
|
188
181
|
},
|
|
189
|
-
"cpl_title": {
|
|
190
|
-
"description": "CPL content title if applicable",
|
|
191
|
-
"type": [
|
|
192
|
-
"string",
|
|
193
|
-
"null"
|
|
194
|
-
]
|
|
195
|
-
},
|
|
196
182
|
"file": {
|
|
197
183
|
"description": "File path if applicable",
|
|
198
184
|
"type": [
|