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

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.321624",
3
+ "version": "2.0.1-beta.9550ead",
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,6 +275,13 @@
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
+ },
278
285
  "resources": {
279
286
  "type": "array",
280
287
  "items": {