File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file should store OpenAPI v3 metadata (https://www.openapis.org/) in either JSON or YAML format.
2
+ # Ref 1: OpenAPI v3 specifications:
3
+ # https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md
4
+ # Ref 2: SmartAPI extensions (extra fields starting with "x-")
5
+ # https://github.com/SmartAPI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md
6
+ # You can also refer to this list of SmartAPI extensions (excluding all OpenAPI fields):
7
+ # https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/versions/smartapi-list.md
8
+ #
9
+ # Or the simple way to get started is to follow our examples in this repo:
10
+ # 1. This is a minimal example for MyGene.info API:
11
+ # https://github.com/NCATS-Tangerine/translator-api-registry/blob/master/mygene.info/openapi_minimum.yml
12
+ # 2. This is a full metadata example for MyGene.info API
13
+ # https://github.com/NCATS-Tangerine/translator-api-registry/blob/master/mygene.info/openapi_full.yml
Original file line number Diff line number Diff line change
1
+ {
2
+ "@context" : {
3
+ "fieldname1" : " http://identifiers.org/###" ,
4
+ "fieldname2" : " http://identifiers.org/###"
5
+ }
6
+ }
You can’t perform that action at this time.
0 commit comments