Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi-test2.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"info": {
"title": "ChemIdConvert - Chemical identifier conversion service",
"description": "This REST Api allows you to submit chemical identifiers in one format and translate it into another format (e.g. SMILES -> InChi)",
"description": "This REST Api allows you to submit chemical identifiers in one format and translate it into another format (e.g. SMILES -> InChI)",
"version": "1.0.0"
},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ servers:
- url: 'https://chemidconvert/v2'
info:
title: ChemIdConvert - Chemical identifier conversion service
description: 'This REST Api allows you to submit chemical identifiers in one format and translate it into another format (e.g. SMILES -> InChi)'
description: 'This REST Api allows you to submit chemical identifiers in one format and translate it into another format (e.g. SMILES -> InChI)'
version: 1.0.0
paths:
/molWeight:
Expand Down
2 changes: 1 addition & 1 deletion openapi2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
title: ChemIdConvert - Chemical identifier conversion service
description: >-
This REST Api allows you to submit chemical identifiers in one format and
translate it into another format (e.g. SMILES -> InChi)
translate it into another format (e.g. SMILES -> InChI)
version: 1.0.0
paths:
/asSvg:
Expand Down
2 changes: 1 addition & 1 deletion python-flask-server/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ x-orn-@id: 'https://chemidconvert/v2'
x-orn-@type: 'x-orn:Service'
info:
description: "This REST Api allows you to submit chemical identifiers in one format\
\ and translate it into another format (e.g. SMILES -> InChi)"
\ and translate it into another format (e.g. SMILES -> InChI)"
version: "1.0.0"
title: "ChemIdConvert - Chemical identifier conversion service"
host: "chemidconvert.cloud.douglasconnect.com"
Expand Down
2 changes: 1 addition & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ x-orn-@id: 'https://chemidconvert/v2'
x-orn-@type: 'x-orn:Service'
info:
title: ChemIdConvert - Chemical identifier conversion service
description: This REST Api allows you to submit chemical identifiers in one format and translate it into another format (e.g. SMILES -> InChi)
description: This REST Api allows you to submit chemical identifiers in one format and translate it into another format (e.g. SMILES -> InChI)
version: "1.0.0"
# the domain of the service - in our use-case somewhat nonsensical but mandatory
host: chemidconvert
Expand Down