We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fb4a4 commit 86f3a50Copy full SHA for 86f3a50
node_modules_changes/mygene.info.openapi.v3
@@ -32,6 +32,13 @@ servers:
32
variables:
33
basePath:
34
default: v3
35
+ port: {
36
+ "enum": [
37
+ '8443',
38
+ '443'
39
+ ],
40
+ "default": '8443'
41
+ }
42
tags:
43
- x-id: 'http://purl.bioontology.org/ontology/MESH/D005796'
44
name: Genes
@@ -187,7 +194,7 @@ paths:
187
194
}
188
195
189
196
190
- x-responseSchema: 'Conformance to a particular schema/format'
197
+ x-responseSchema: 'http://www.w3.org/ns/anno.jsonld'
191
198
x-JSONLDContext: 'http://www.w3.org/ns/anno.jsonld'
192
199
x-responseValueType:
193
200
- path: ec
0 commit comments