-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pipeline-builder): fix semi-structured/json at start operator not…
… obey the protocol (#962) Because When using semi-structured/json, the type in the metadata of start operator need to be removed. ``` { "type": "object", "instillFormat": "semi-structured/json", "title": "www" } ``` to ``` { "instillFormat": "semi-structured/json", "title": "www" } ``` This commit - fix semi-structured/json at start operator not obey the protocol
- Loading branch information
Showing
3 changed files
with
5 additions
and
3 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