Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions resources/schema/Rule_Type.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"const": "Domain Presence Check",
"title": "Content domain presence at study level"
},
{
"const": "JSON Schema Check",
"title": "Apply JSON schema validation to a JSON file"
},
{
"const": "JSONata",
"title": "Apply a JSONata query to a JSON file"
Expand Down
Loading