We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c88a8 commit faea5a6Copy full SHA for faea5a6
src/metaschema.json
@@ -298,6 +298,7 @@
298
"files",
299
"formats",
300
"metadata",
301
+ "metaentities",
302
"modalities",
303
"suffixes"
304
],
@@ -440,6 +441,10 @@
440
441
},
442
"additionalProperties": false
443
444
+ "metaentities": {
445
+ "type": "array",
446
+ "items": { "type": "string" }
447
+ },
448
"common_principles": {
449
"type": "array",
450
"items": { "type": "string" }
@@ -496,6 +501,7 @@
496
501
"json",
497
502
"sidecars",
498
503
"tabular_data",
504
499
505
"common_principles",
500
506
"dataset_metadata",
507
"directories",
0 commit comments