generated from nlpsandbox/date-annotator-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start update * Run npm run generate:server:latest * Bump project version to 1.1.1 * Update Lock threads workflow
- Loading branch information
1 parent
bffac72
commit 772a9ea
Showing
9 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: 'Lock Threads' | ||
name: Lock threads | ||
|
||
on: | ||
schedule: | ||
|
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 |
---|---|---|
|
@@ -5,4 +5,3 @@ node_modules/ | |
.env | ||
dist.yaml | ||
openapi.yaml | ||
openapitools.json |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json", | ||
"spaces": 2, | ||
"generator-cli": { | ||
"version": "5.1.1" | ||
} | ||
} |
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,15 +13,15 @@ def get_tool(): # noqa: E501 | |
""" | ||
tool = Tool( | ||
name="id-annotator-example", | ||
version="1.1.0", | ||
version="1.1.1", | ||
license=License.APACHE_2_0, | ||
repository="github:nlpsandbox/id-annotator-example", | ||
description="Example implementation of the NLP Sandbox ID Annotator", | ||
author="The NLP Sandbox Team", | ||
author="NLP Sandbox Team", | ||
author_email="[email protected]", | ||
url="https://github.com/nlpsandbox/id-annotator-example", | ||
type="nlpsandbox:id-annotator", | ||
api_version="1.1.0" | ||
api_version="1.1.1" | ||
) | ||
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 ID Annotator API | ||
version: 1.1.0 | ||
version: 1.1.1 | ||
x-logo: | ||
url: https://nlpsandbox.github.io/nlpsandbox-schemas/logo.png | ||
servers: | ||
|
@@ -412,7 +412,7 @@ components: | |
authorEmail: [email protected] | ||
url: https://example.com | ||
type: nlpsandbox:date-annotator | ||
apiVersion: 1.1.0 | ||
apiVersion: 1.1.1 | ||
properties: | ||
name: | ||
description: The tool name | ||
|
@@ -483,7 +483,7 @@ components: | |
authorEmail: [email protected] | ||
url: https://example.com | ||
type: nlpsandbox:date-annotator | ||
apiVersion: 1.1.0 | ||
apiVersion: 1.1.1 | ||
- name: awesome-nlp-tool | ||
version: 1.0.6 | ||
license: apache-2.0 | ||
|
@@ -493,7 +493,7 @@ components: | |
authorEmail: [email protected] | ||
url: https://example.com | ||
type: nlpsandbox:date-annotator | ||
apiVersion: 1.1.0 | ||
apiVersion: 1.1.1 | ||
properties: | ||
tools: | ||
description: A list of tools | ||
|
@@ -520,4 +520,6 @@ components: | |
- ssn | ||
- vehicle | ||
type: string | ||
required: | ||
- idType | ||
type: object |