-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine required fields in interface and operation inputs
In this commit we are addressing passing information as inputs to TOSCA Interfaces and Operations which needed some refactoring as it was stated in #83. When declaring input variables for all operations on a single interface opera would have returned and error if user had forgotten to specify type keyname for input. But the same behaviour was not applied for declaring input variables for a single operation and opera proceeded with the orchestration if input type had been left out. With these changes we are replacing Parameter definition with Property definition which requires type keyname so that opera now also raises an exception in the second case.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 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