This repository was archived by the owner on Oct 17, 2024. It is now read-only.
This repository was archived by the owner on Oct 17, 2024. It is now read-only.
Type detection for Default Parameters in Schema #497
Open
Description
If we consider the below yaml sample snippet
Parameters:
EnabledPort:
Type: Number
Default: 22
As per the generated schema it's not valid as Default
check's only registered for strings. Sure we can wrap it in quotes and call it a fix but it's logically incorrect as we are also explicitly telling it to be a number.
Metadata
Metadata
Assignees
Labels
No labels