Skip to content

Commit 6b8e16a

Browse files
Merge pull request #526 from openMetadataInitiative/lzehl_addCatToolScope
create new category: toolScope
2 parents 1bc0786 + 3477635 commit 6b8e16a

7 files changed

Lines changed: 22 additions & 7 deletions

schemas/analysisTechnique.schema.tpl.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"_extends": "controlledTerm.schema.tpl.json",
44
"_categories": [
55
"fileOrigin",
6-
"technique"
6+
"technique",
7+
"toolScope"
78
]
89
}

schemas/dataType.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:DataType",
3-
"_extends": "controlledTerm.schema.tpl.json"
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"toolScope"
6+
]
47
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"_type": "controlledTerms:ExperimentalApproach",
3-
"_extends": "controlledTerm.schema.tpl.json"
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"toolScope"
6+
]
47
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"_type": "controlledTerms:SoftwareApplicationCategory",
3-
"_extends": "controlledTerm.schema.tpl.json"
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"toolScope"
6+
]
47
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"_type": "controlledTerms:SoftwareFeature",
3-
"_extends": "controlledTerm.schema.tpl.json"
3+
"_extends": "controlledTerm.schema.tpl.json",
4+
"_categories": [
5+
"toolScope"
6+
]
47
}

schemas/technique.schema.tpl.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"_extends": "controlledTerm.schema.tpl.json",
44
"_categories": [
55
"fileOrigin",
6-
"technique"
6+
"technique",
7+
"toolScope"
78
]
89
}

schemas/termSuggestion.schema.tpl.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"_type": "controlledTerms:TermSuggestion",
33
"_extends": "controlledTerm.schema.tpl.json",
44
"_categories": [
5-
"studyTarget"
5+
"studyTarget",
6+
"toolScope"
67
],
78
"properties": {
89
"addExistingTerminology": {

0 commit comments

Comments
 (0)