Skip to content

Commit

Permalink
Set schemas version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed May 13, 2021
1 parent 6961a47 commit 9256cdb
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ on how to develop and benchmark an NLP Sandbox tool, visit [nlpsandbox.io].

API Name | Type | Version
-----------------------------|-----------------------------------------|--------
[Date Annotator] | `nlpsandbox:date-annotator` | 1.1.0
[Person Name Annotator] | `nlpsandbox:person-name-annotator` | 1.1.0
[Physical Address Annotator] | `nlpsandbox:physical-address-annotator` | 1.1.0
[ID Annotator] | `nlpsandbox:id-annotator` | 1.1.0
[Contact Annotator] | `nlpsandbox:contact-annotator` | 1.1.0
[PHI Deidentifier] | `nlpsandbox:phi-deidentifier` | 1.1.0
[COVID Symptom Annotator] | `nlpsandbox:covid-symptom-annotator` | 1.1.0
[Date Annotator] | `nlpsandbox:date-annotator` | 1.1.1
[Person Name Annotator] | `nlpsandbox:person-name-annotator` | 1.1.1
[Physical Address Annotator] | `nlpsandbox:physical-address-annotator` | 1.1.1
[ID Annotator] | `nlpsandbox:id-annotator` | 1.1.1
[Contact Annotator] | `nlpsandbox:contact-annotator` | 1.1.1
[PHI Deidentifier] | `nlpsandbox:phi-deidentifier` | 1.1.1
[COVID Symptom Annotator] | `nlpsandbox:covid-symptom-annotator` | 1.1.1

## NLP Sandbox services

API Name | Type | Version
------------------------|-----------------------------------------|--------
[Data Node] | `nlpsandbox:data` | 1.1.0
[Data Node] | `nlpsandbox:data` | 1.1.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
type: nlpsandbox:date-annotator
apiVersion: 1.1.0
apiVersion: 1.1.1
2 changes: 1 addition & 1 deletion openapi/contact-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.0
version: 1.1.1
title: NLP Sandbox Contact Annotator API
contact:
name: NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/covid-symptom-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.0
version: 1.1.1
title: NLP Sandbox COVID Symptom Annotator API
contact:
name: NLP Sandbox Team
Expand Down
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.1.0
version: 1.1.1
title: NLP Sandbox Data Node API
contact:
name: 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.1.0
version: 1.1.1
title: NLP Sandbox Date Annotator API
contact:
name: NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/id-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 1.1.0
version: 1.1.1
title: NLP Sandbox ID Annotator API
contact:
name: 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.1.0
version: 1.1.1
title: NLP Sandbox Person Name Annotator API
contact:
name: NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0
version: 1.1.1
title: NLP Sandbox PHI Deidentifier API
contact:
name: NLP Sandbox Team
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.1.0
version: 1.1.1
title: NLP Sandbox Physical Address Annotator API
contact:
name: NLP Sandbox Team
Expand Down

0 comments on commit 9256cdb

Please sign in to comment.