Skip to content

Commit 55df85b

Browse files
Update and rename smartAPI_spec_v3 to mygene.info.v3.compliant
1 parent a4ed682 commit 55df85b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

versions/smartAPI_spec_v3 renamed to versions/mygene.info.v3.compliant

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
"swagger": "2.0",
33
"openapi": "string",
44
"info": {
5-
"version": "3.0.0.2",
5+
"version": "3.0.2",
66
"title": "MyGene.info API",
7-
"description": "Documentation of the MyGene.info Gene Query web services. Learn more about [MyGene.info](http://mygene.info/)",
8-
"termsOfService": "http://example.com/terms/",
7+
"description": "MyGene.info provides simple-to-use REST web services to query/retrieve gene annotation data. It’s designed with simplicity and performance emphasized. A typical use case is to use it to power a web application which requires querying genes and obtaining common gene annotations. Learn more about [MyGene.info](http://mygene.info/)",
8+
"termsOfService": "http://mygene.info/terms/",
99
"contact": {
1010
"name": "Chunlei Wu",
11-
"x-role": "responsibleDeveloper",
1211
"email": "[email protected]",
12+
"x-role": "responsible developer",
1313
"x-id": "http://orcid.org/0000-0002-2629-6124"
1414
},
1515
"x-accessRestriction": "none",
1616
"x-maturity": "production",
1717
"x-implementationLanguage": "python"
1818
},
1919
"externalDocs": {
20-
"description": "Find more info here",
21-
"url": "https://example.com"
20+
"description": "Website",
21+
"url": "https://mygene.info"
2222
},
2323
"x-externalResource": [
2424
{
25-
"x-url": "http://example.org/api/docs",
25+
"x-url": "http://docs.mygene.info/en/latest/s",
2626
"x-type": "api documentation"
2727
},
2828
{
@@ -37,8 +37,8 @@
3737
],
3838
"servers": [
3939
{
40-
"url": "https://development.gigantic-server.com/v",
41-
"description": "Development server",
40+
"url": "http:/mygene.info",
41+
"description": "Production server",
4242
"x-___location": "California, USA",
4343
"variables": {
4444
"basePath": {

0 commit comments

Comments
 (0)