Skip to content

Commit 0033c50

Browse files
authored
Add _categories field to deviceType schema
1 parent 206077e commit 0033c50

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

schemas/deviceType.schema.tpl.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"_type": "controlledTerms:DeviceType",
3-
"_extends": "controlledTerm.schema.tpl.json"
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"studyTarget"
6+
]
47
}

0 commit comments

Comments
 (0)