Skip to content

Commit 86f3a50

Browse files
authored
Update mygene.info.openapi.v3
1 parent 00fb4a4 commit 86f3a50

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

node_modules_changes/mygene.info.openapi.v3

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ servers:
3232
variables:
3333
basePath:
3434
default: v3
35+
port: {
36+
"enum": [
37+
'8443',
38+
'443'
39+
],
40+
"default": '8443'
41+
}
3542
tags:
3643
- x-id: 'http://purl.bioontology.org/ontology/MESH/D005796'
3744
name: Genes
@@ -187,7 +194,7 @@ paths:
187194
}
188195
}
189196
}
190-
x-responseSchema: 'Conformance to a particular schema/format'
197+
x-responseSchema: 'http://www.w3.org/ns/anno.jsonld'
191198
x-JSONLDContext: 'http://www.w3.org/ns/anno.jsonld'
192199
x-responseValueType:
193200
- path: ec

0 commit comments

Comments
 (0)