-
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.
feat(parameter-schema): add new keyword optional for the parameter sc…
…hema (#111)
- Loading branch information
Showing
7 changed files
with
106 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# CHANGELOG | ||
|
||
Release Versions: | ||
|
||
- [1-1-0](#110) | ||
- [1-0-0](#100) | ||
|
||
## 1-1-0 | ||
|
||
Version 1-1-0 adds a new property `optional` to the parameter schema to indicate if the user needs to specify a value in | ||
case a parameter doesn't have a default value. | ||
|
||
### Changelog | ||
|
||
- feat(parameter-schema): add new keyword optional for the parameter schema (#111) | ||
|
||
## 1-0-0 | ||
|
||
Version 1-0-0 marks the version for the first software release. From now on, all changes must be well documented and | ||
semantic versioning must be maintained to reflect patch, minor or major 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
11 changes: 10 additions & 1 deletion
11
schemas/component-descriptions/schema/component.schema.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# CHANGELOG | ||
|
||
Release Versions: | ||
|
||
- [1-1-0](#110) | ||
- [1-0-0](#100) | ||
|
||
## 1-1-0 | ||
|
||
Version 1-1-0 adds a new property `optional` to the parameter schema to indicate if the user needs to specify a value in | ||
case a parameter doesn't have a default value. | ||
|
||
### Changelog | ||
|
||
- feat(parameter-schema): add new keyword optional for the parameter schema (#111) | ||
|
||
## 1-0-0 | ||
|
||
Version 1-0-0 marks the version for the first software release. From now on, all changes must be well documented and | ||
semantic versioning must be maintained to reflect patch, minor or major changes. |
11 changes: 10 additions & 1 deletion
11
schemas/controller-descriptions/schema/controller.schema.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