Skip to content

Commit 07876c9

Browse files
committed
Bump schemas version to 1.0.2
1 parent a06c2ee commit 07876c9

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
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.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
27+
[Date Annotator] | `nlpsandbox:date-annotator` | 1.0.2
28+
[Person Name Annotator] | `nlpsandbox:person-name-annotator` | 1.0.2
29+
[Physical Address Annotator] | `nlpsandbox:physical-address-annotator` | 1.0.2
30+
[PHI Deidentifier] | `nlpsandbox:phi-deidentifier` | 1.0.2
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
type: nlpsandbox:date-annotator
63-
apiVersion: 1.0.1
63+
apiVersion: 1.0.2

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.1
3+
version: 1.0.2
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.1
3+
version: 1.0.2
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.1
3+
version: 1.0.2
44
title: NLP Sandbox Person Name Annotator API
55
contact:
66
name: The NLP Sandbox Team

openapi/phi-deidentifier/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.1
3+
version: 1.0.2
44
title: NLP Sandbox PHI Deidentifier API
55
contact:
66
name: The NLP Sandbox Team

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.1
3+
version: 1.0.2
44
title: NLP Sandbox Physical Address Annotator API
55
contact:
66
name: The NLP Sandbox Team

0 commit comments

Comments
 (0)