From 0e8427c322558bb3857a9459ac60bef428e5a292 Mon Sep 17 00:00:00 2001 From: Thomas Schaffter Date: Thu, 25 Feb 2021 10:09:57 -0800 Subject: [PATCH] Update API version to 1.0.1 (#180) --- README.md | 8 ++++---- openapi/commons/components/schemas/Tool.yaml | 2 +- openapi/data-node/openapi.yaml | 2 +- openapi/date-annotator/openapi.yaml | 2 +- openapi/person-name-annotator/openapi.yaml | 2 +- openapi/phi-deidentifier/openapi.yaml | 8 +++++--- openapi/physical-address-annotator/openapi.yaml | 2 +- 7 files changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c1d910fe..b9b62b85 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ performance of your tool, please visit [nlpsandbox.io]. API Name | Type | Version -----------------------------|-----------------------------------------|--- -[Date Annotator] | `nlpsandbox:date-annotator` | 1.0.0 -[Person Name Annotator] | `nlpsandbox:person-name-annotator` | 1.0.0 -[Physical Address Annotator] | `nlpsandbox:physical-address-annotator` | 1.0.0 -[PHI Deidentifier] | `nlpsandbox:phi-deidentifier` | 1.0.0 +[Date Annotator] | `nlpsandbox:date-annotator` | 1.0.1 +[Person Name Annotator] | `nlpsandbox:person-name-annotator` | 1.0.1 +[Physical Address Annotator] | `nlpsandbox:physical-address-annotator` | 1.0.1 +[PHI Deidentifier] | `nlpsandbox:phi-deidentifier` | 1.0.1 ## Examples diff --git a/openapi/commons/components/schemas/Tool.yaml b/openapi/commons/components/schemas/Tool.yaml index 7c5d7f8b..048aa6d7 100644 --- a/openapi/commons/components/schemas/Tool.yaml +++ b/openapi/commons/components/schemas/Tool.yaml @@ -60,4 +60,4 @@ example: authorEmail: author@example.com url: https://example.com toolType: nlpsandbox:date-annotator - toolApiVersion: 1.0.0 \ No newline at end of file + toolApiVersion: 1.0.1 \ No newline at end of file diff --git a/openapi/data-node/openapi.yaml b/openapi/data-node/openapi.yaml index 54715b36..8341b5e1 100644 --- a/openapi/data-node/openapi.yaml +++ b/openapi/data-node/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 1.0.0 + version: 1.0.1 title: NLP Sandbox Data Node API contact: name: The NLP Sandbox Team diff --git a/openapi/date-annotator/openapi.yaml b/openapi/date-annotator/openapi.yaml index 376d4725..412b01b7 100644 --- a/openapi/date-annotator/openapi.yaml +++ b/openapi/date-annotator/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 1.0.0 + version: 1.0.1 title: NLP Sandbox Date Annotator API contact: name: The NLP Sandbox Team diff --git a/openapi/person-name-annotator/openapi.yaml b/openapi/person-name-annotator/openapi.yaml index 1324ecc2..80c781aa 100644 --- a/openapi/person-name-annotator/openapi.yaml +++ b/openapi/person-name-annotator/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 1.0.0 + version: 1.0.1 title: NLP Sandbox Person Name Annotator API contact: name: The NLP Sandbox Team diff --git a/openapi/phi-deidentifier/openapi.yaml b/openapi/phi-deidentifier/openapi.yaml index f3e16128..0a2ac923 100644 --- a/openapi/phi-deidentifier/openapi.yaml +++ b/openapi/phi-deidentifier/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 1.0.0 + version: 1.0.1 title: NLP Sandbox PHI Deidentifier API contact: name: The NLP Sandbox Team @@ -11,12 +11,14 @@ info: url: https://github.com/nlpsandbox/nlpsandbox-schemas/blob/develop/LICENSE x-logo: url: https://nlpsandbox.github.io/nlpsandbox-schemas/logo.png - description: | - # Overview + description: > + # Introduction This NLP tool takes as input a clinical note and returned a de-identified version of the note. + This design of this API is a work in progress. + # Examples - [NLP Sandbox PHI Deidentifier](https://github.com/nlpsandbox/phi-deidentifier) diff --git a/openapi/physical-address-annotator/openapi.yaml b/openapi/physical-address-annotator/openapi.yaml index 57d961cd..b313fc84 100644 --- a/openapi/physical-address-annotator/openapi.yaml +++ b/openapi/physical-address-annotator/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 1.0.0 + version: 1.0.1 title: NLP Sandbox Physical Address Annotator API contact: name: The NLP Sandbox Team