Skip to content

Commit

Permalink
Update API version to 1.0.1 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Feb 25, 2021
1 parent fb6d20b commit 0e8427c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion openapi/commons/components/schemas/Tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ example:
authorEmail: [email protected]
url: https://example.com
toolType: nlpsandbox:date-annotator
toolApiVersion: 1.0.0
toolApiVersion: 1.0.1
2 changes: 1 addition & 1 deletion openapi/data-node/openapi.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi/date-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi/person-name-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 5 additions & 3 deletions openapi/phi-deidentifier/openapi.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion openapi/physical-address-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0e8427c

Please sign in to comment.