You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/controlledTerm.schema.tpl.json
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,6 @@
18
18
"type": "string",
19
19
"_instruction": "Controlled term originating from a defined terminology."
20
20
},
21
-
"preferredOntologyIdentifier": {
22
-
"type": "string",
23
-
"_formats": [
24
-
"iri"
25
-
],
26
-
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the preferred ontological term (e.g., InterLex)."
27
-
},
28
-
"preferredCrossReference": {
29
-
"type": "string",
30
-
"_formats": [
31
-
"iri"
32
-
],
33
-
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the preferred cross-reference to an external database or registry (e.g., KnowledgeSpace)."
34
-
},
35
21
"otherOntologyIdentifier": {
36
22
"minItems": 1,
37
23
"type": "array",
@@ -56,6 +42,20 @@
56
42
]
57
43
}
58
44
},
45
+
"preferredOntologyIdentifier": {
46
+
"type": "string",
47
+
"_formats": [
48
+
"iri"
49
+
],
50
+
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the preferred ontological term (e.g., InterLex)."
51
+
},
52
+
"preferredCrossReference": {
53
+
"type": "string",
54
+
"_formats": [
55
+
"iri"
56
+
],
57
+
"_instruction": "Enter the internationalized resource identifier (IRI) pointing to the preferred cross-reference to an external database or registry (e.g., KnowledgeSpace)."
0 commit comments