|
2 | 2 | "swagger": "2.0",
|
3 | 3 | "openapi": "string",
|
4 | 4 | "info": {
|
5 |
| - "version": "3.0.0.2", |
| 5 | + "version": "3.0.2", |
6 | 6 | "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/", |
9 | 9 | "contact": {
|
10 | 10 | "name": "Chunlei Wu",
|
11 |
| - "x-role": "responsibleDeveloper", |
12 | 11 |
|
| 12 | + "x-role": "responsible developer", |
13 | 13 | "x-id": "http://orcid.org/0000-0002-2629-6124"
|
14 | 14 | },
|
15 | 15 | "x-accessRestriction": "none",
|
16 | 16 | "x-maturity": "production",
|
17 | 17 | "x-implementationLanguage": "python"
|
18 | 18 | },
|
19 | 19 | "externalDocs": {
|
20 |
| - "description": "Find more info here", |
21 |
| - "url": "https://example.com" |
| 20 | + "description": "Website", |
| 21 | + "url": "https://mygene.info" |
22 | 22 | },
|
23 | 23 | "x-externalResource": [
|
24 | 24 | {
|
25 |
| - "x-url": "http://example.org/api/docs", |
| 25 | + "x-url": "http://docs.mygene.info/en/latest/s", |
26 | 26 | "x-type": "api documentation"
|
27 | 27 | },
|
28 | 28 | {
|
|
37 | 37 | ],
|
38 | 38 | "servers": [
|
39 | 39 | {
|
40 |
| - "url": "https://development.gigantic-server.com/v", |
41 |
| - "description": "Development server", |
| 40 | + "url": "http:/mygene.info", |
| 41 | + "description": "Production server", |
42 | 42 | "x-___location": "California, USA",
|
43 | 43 | "variables": {
|
44 | 44 | "basePath": {
|
|
0 commit comments