Skip to content

Commit 7636238

Browse files
Sort properties
1 parent ed5f2e4 commit 7636238

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

schemas/controlledTerm.schema.tpl.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@
1818
"type": "string",
1919
"_instruction": "Controlled term originating from a defined terminology."
2020
},
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-
},
3521
"otherOntologyIdentifier": {
3622
"minItems": 1,
3723
"type": "array",
@@ -56,6 +42,20 @@
5642
]
5743
}
5844
},
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)."
58+
},
5959
"synonym": {
6060
"type": "array",
6161
"minItems": 1,

0 commit comments

Comments
 (0)