@imferno/schema 2.0.1-beta.9550ead → 2.0.1-beta.ceb7ee2

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.0.1-beta.9550ead",
3
+ "version": "2.0.1-beta.ceb7ee2",
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",
@@ -275,13 +275,6 @@
275
275
  "id": {
276
276
  "type": "string"
277
277
  },
278
- "language": {
279
- "description": "RFC 5646 language tag extracted from the essence descriptor (e.g. \"en\", \"fr\")",
280
- "type": [
281
- "string",
282
- "null"
283
- ]
284
- },
285
278
  "resources": {
286
279
  "type": "array",
287
280
  "items": {