Skip to content

Commit 92a2340

Browse files
committed
Update metaschema
1 parent c9eda27 commit 92a2340

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/metaschema.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,18 @@
359359
},
360360
"additionalProperties": false
361361
},
362+
"modality_agnostic": {
363+
"type": "object",
364+
"patternProperties": {
365+
"^[a-zA-Z0-9_]+$": {
366+
"anyOf": [
367+
{ "$ref": "#/definitions/pathRule" },
368+
{ "$ref": "#/definitions/stemRule" }
369+
]
370+
}
371+
},
372+
"additionalProperties": false
373+
},
362374
"tables": {
363375
"type": "object",
364376
"patternProperties": {
@@ -372,7 +384,7 @@
372384
"additionalProperties": false
373385
}
374386
},
375-
"required": ["core", "tables"],
387+
"required": ["core", "modality_agnostic", "tables"],
376388
"additionalProperties": false
377389
},
378390
"deriv": {

0 commit comments

Comments
 (0)