Skip to content

Commit 0e8427c

Browse files
authored
Update API version to 1.0.1 (#180)
1 parent fb6d20b commit 0e8427c

File tree

7 files changed

+14
-12
lines changed

7 files changed

+14
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ performance of your tool, please visit [nlpsandbox.io].
2424

2525
API Name | Type | Version
2626
-----------------------------|-----------------------------------------|---
27-
[Date Annotator] | `nlpsandbox:date-annotator` | 1.0.0
28-
[Person Name Annotator] | `nlpsandbox:person-name-annotator` | 1.0.0
29-
[Physical Address Annotator] | `nlpsandbox:physical-address-annotator` | 1.0.0
30-
[PHI Deidentifier] | `nlpsandbox:phi-deidentifier` | 1.0.0
27+
[Date Annotator] | `nlpsandbox:date-annotator` | 1.0.1
28+
[Person Name Annotator] | `nlpsandbox:person-name-annotator` | 1.0.1
29+
[Physical Address Annotator] | `nlpsandbox:physical-address-annotator` | 1.0.1
30+
[PHI Deidentifier] | `nlpsandbox:phi-deidentifier` | 1.0.1
3131

3232
## Examples
3333

openapi/commons/components/schemas/Tool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ example:
6060
authorEmail: author@example.com
6161
url: https://example.com
6262
toolType: nlpsandbox:date-annotator
63-
toolApiVersion: 1.0.0
63+
toolApiVersion: 1.0.1

openapi/data-node/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.3
22
info:
3-
version: 1.0.0
3+
version: 1.0.1
44
title: NLP Sandbox Data Node API
55
contact:
66
name: The NLP Sandbox Team

openapi/date-annotator/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.3
22
info:
3-
version: 1.0.0
3+
version: 1.0.1
44
title: NLP Sandbox Date Annotator API
55
contact:
66
name: The NLP Sandbox Team

openapi/person-name-annotator/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.3
22
info:
3-
version: 1.0.0
3+
version: 1.0.1
44
title: NLP Sandbox Person Name Annotator API
55
contact:
66
name: The NLP Sandbox Team

openapi/phi-deidentifier/openapi.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.3
22
info:
3-
version: 1.0.0
3+
version: 1.0.1
44
title: NLP Sandbox PHI Deidentifier API
55
contact:
66
name: The NLP Sandbox Team
@@ -11,12 +11,14 @@ info:
1111
url: https://github.com/nlpsandbox/nlpsandbox-schemas/blob/develop/LICENSE
1212
x-logo:
1313
url: https://nlpsandbox.github.io/nlpsandbox-schemas/logo.png
14-
description: |
15-
# Overview
14+
description: >
15+
# Introduction
1616
1717
This NLP tool takes as input a clinical note and returned a de-identified
1818
version of the note.
1919
20+
This design of this API is a work in progress.
21+
2022
# Examples
2123
2224
- [NLP Sandbox PHI Deidentifier](https://github.com/nlpsandbox/phi-deidentifier)

openapi/physical-address-annotator/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.3
22
info:
3-
version: 1.0.0
3+
version: 1.0.1
44
title: NLP Sandbox Physical Address Annotator API
55
contact:
66
name: The NLP Sandbox Team

0 commit comments

Comments
 (0)