We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6fe91 commit ae0f5dfCopy full SHA for ae0f5df
1 file changed
src/main/resources/openapi.yaml
@@ -1,4 +1,4 @@
1
-openapi: 3.0.3
+openapi: 3.1.2
2
info:
3
title: Export MassBank content in different formats
4
description: This microservice converts MassBank records into a number of different other formats.
@@ -50,6 +50,13 @@ paths:
50
massbank:
51
summary: MassBank zip file
52
description: zip file with seperate MassBank files
53
+ application/jsonl:
54
+ schema:
55
+ type: string
56
+ examples:
57
+ json:
58
+ summary: JSON
59
+ description: JSON export
60
61
/metadata/{accession}:
62
get:
@@ -152,6 +159,7 @@ components:
152
159
- nist_msp
153
160
- riken_msp
154
161
- massbank
162
+ - json
155
163
example: nist_msp
156
164
157
165
conversion:
0 commit comments