@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 +1 -1
- package/schemas/imf-report.json +7 -0
package/package.json
CHANGED
package/schemas/imf-report.json
CHANGED
|
@@ -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": {
|