Skip to content

Commit 2eee37c

Browse files
committed
Convert back to openapi spec 3.0, use application/json as return format for convert in case of format json.
1 parent d252e42 commit 2eee37c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openapi: 3.1.2
1+
openapi: 3.0.4
22
info:
33
title: Export MassBank content in different formats
44
description: This microservice converts MassBank records into a number of different other formats.
@@ -50,7 +50,7 @@ paths:
5050
massbank:
5151
summary: MassBank zip file
5252
description: zip file with seperate MassBank files
53-
application/jsonl:
53+
application/json:
5454
schema:
5555
type: string
5656
examples:

0 commit comments

Comments
 (0)