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: node_normalizer/resources/openapi.yml
+79-78Lines changed: 79 additions & 78 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ paths:
50
50
<a href="https://github.com/NCATSTranslator/NodeNormalization/blob/master/documentation/API.md#status">NodeNorm API documentation</a>.'
51
51
responses:
52
52
'200':
53
+
description: Successful result describing this NodeNorm instance.
53
54
content:
54
55
application/json:
55
56
schema:
@@ -68,15 +69,15 @@ paths:
68
69
description: 'Returns the curies and their hit count for a semantic type(s). You can read more about this endpoint
69
70
in the <a href="https://github.com/NCATSTranslator/NodeNormalization/blob/master/documentation/API.md#get_curie_prefixes">NodeNorm API documentation</a>.'
70
71
parameters:
71
-
- in: query
72
-
name: semantic_type
73
-
schema:
74
-
example:
75
-
- biolink:ChemicalEntity
76
-
- biolink:AnatomicalEntity
77
-
items:
78
-
type: string
79
-
type: array
72
+
- in: query
73
+
name: semantic_type
74
+
schema:
75
+
example:
76
+
- biolink:ChemicalEntity
77
+
- biolink:AnatomicalEntity
78
+
items:
79
+
type: string
80
+
type: array
80
81
responses:
81
82
'200':
82
83
content:
@@ -101,40 +102,40 @@ paths:
101
102
"KEGG.COMPOUND": "16039"
102
103
"biolink:AnatomicalEntity":
103
104
curie_prefix:
104
-
"UMLS": "159941",
105
-
"FMA": "98631",
106
-
"UBERON": "14564",
107
-
"ZFA": "606",
108
-
"NCIT": "10286",
109
-
"MESH": "1992",
110
-
"EMAPA": "966",
111
-
"FBbt": "117",
112
-
"WBbt": "18",
113
-
"GO": "4041",
114
-
"SNOMEDCT": "1422",
105
+
"UMLS": "159941"
106
+
"FMA": "98631"
107
+
"UBERON": "14564"
108
+
"ZFA": "606"
109
+
"NCIT": "10286"
110
+
"MESH": "1992"
111
+
"EMAPA": "966"
112
+
"FBbt": "117"
113
+
"WBbt": "18"
114
+
"GO": "4041"
115
+
"SNOMEDCT": "1422"
115
116
"CL": "3043"
116
117
type: object
117
118
description: Results
118
119
summary: Return the number of times each CURIE prefix appears in an equivalent
119
120
identifier for a semantic type
120
121
tags:
121
-
- Interfaces
122
+
- Interfaces
122
123
/get_normalized_nodes:
123
124
get:
124
125
description: 'Returns the equivalent identifiers and semantic types for the CURIEs entered.
125
126
You can optionally <a href="https://github.com/NCATSTranslator/Babel/blob/master/docs/Conflation.md">conflate identifiers</a> if needed.
126
127
You can read more about this endpoint in the
127
128
<a href="https://github.com/NCATSTranslator/NodeNormalization/blob/master/documentation/API.md#get_normalized_nodes">NodeNorm API documentation</a>.'
0 commit comments