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 Apr 26, 2024
1 parent 1bf8f3d commit 49723f3
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 49723f3

Please sign in to comment.