-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update root files and CI workflow * Run openapi generator * Update tool info * Update target branch in dependabot config
- Loading branch information
1 parent
25926c4
commit 9e9c4da
Showing
8 changed files
with
97 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,16 +13,16 @@ def get_tool(): # noqa: E501 | |
""" | ||
tool = Tool( | ||
name="person-name-annotator-example", | ||
version="1.1.1", | ||
version="1.1.2", | ||
license=License.APACHE_2_0, | ||
repository="github:nlpsandbox/person-name-annotator-example", | ||
description="Example implementation of the NLP Sandbox Person " + | ||
"Name Annotator", | ||
author="NLP Sandbox Team", | ||
author_email="[email protected]", | ||
author_email="[email protected]", | ||
url="https://github.com/nlpsandbox/person-name-annotator-example", | ||
type="nlpsandbox:person-name-annotator", | ||
api_version="1.1.1" | ||
api_version="1.1.2" | ||
) | ||
return tool, 200 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ info: | |
name: Apache 2.0 | ||
url: https://github.com/nlpsandbox/nlpsandbox-schemas/blob/develop/LICENSE | ||
title: NLP Sandbox Person Name Annotator API | ||
version: 1.1.1 | ||
version: 1.1.2 | ||
x-logo: | ||
url: https://nlpsandbox.github.io/nlpsandbox-schemas/logo.png | ||
servers: | ||
|
@@ -407,7 +407,7 @@ components: | |
authorEmail: [email protected] | ||
url: https://example.com | ||
type: nlpsandbox:date-annotator | ||
apiVersion: 1.1.1 | ||
apiVersion: 1.1.2 | ||
properties: | ||
name: | ||
description: The tool name | ||
|
@@ -478,7 +478,7 @@ components: | |
authorEmail: [email protected] | ||
url: https://example.com | ||
type: nlpsandbox:date-annotator | ||
apiVersion: 1.1.1 | ||
apiVersion: 1.1.2 | ||
- name: awesome-nlp-tool | ||
version: 1.0.6 | ||
license: apache-2.0 | ||
|
@@ -488,7 +488,7 @@ components: | |
authorEmail: [email protected] | ||
url: https://example.com | ||
type: nlpsandbox:date-annotator | ||
apiVersion: 1.1.1 | ||
apiVersion: 1.1.2 | ||
properties: | ||
tools: | ||
description: A list of tools | ||
|