Skip to content

Commit

Permalink
feat(metaschema): Allow datatypes in stem rules
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed May 2, 2024
1 parent 1a7ecd9 commit 7f4c3f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/metaschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,10 @@
"type": "object",
"properties": {
"level": { "enum": ["optional", "recommended", "required"] },
"datatypes": {
"type": "array",
"items": { "pattern": "^[a-z]+$" }
},
"stem": { "type": "string" },
"extensions": { "type": "array", "items": { "type": "string" } }
},
Expand Down

0 comments on commit 7f4c3f7

Please sign in to comment.