diff --git a/openapi-test2.json b/openapi-test2.json index 58e3b1b..e985aeb 100644 --- a/openapi-test2.json +++ b/openapi-test2.json @@ -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": { diff --git a/openapi.yaml b/openapi.yaml index 028d5d2..7250d33 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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: diff --git a/openapi2.yaml b/openapi2.yaml index ef01a64..27a7649 100644 --- a/openapi2.yaml +++ b/openapi2.yaml @@ -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: diff --git a/python-flask-server/swagger/swagger.yaml b/python-flask-server/swagger/swagger.yaml index a509093..b952cc3 100644 --- a/python-flask-server/swagger/swagger.yaml +++ b/python-flask-server/swagger/swagger.yaml @@ -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" diff --git a/swagger.yaml b/swagger.yaml index e137fb8..9284294 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -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