Skip to content

Commit 7f4c3f7

Browse files
committed
feat(metaschema): Allow datatypes in stem rules
1 parent 1a7ecd9 commit 7f4c3f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/metaschema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,10 @@
751751
"type": "object",
752752
"properties": {
753753
"level": { "enum": ["optional", "recommended", "required"] },
754+
"datatypes": {
755+
"type": "array",
756+
"items": { "pattern": "^[a-z]+$" }
757+
},
754758
"stem": { "type": "string" },
755759
"extensions": { "type": "array", "items": { "type": "string" } }
756760
},

0 commit comments

Comments
 (0)