besom icon indicating copy to clipboard operation
besom copied to clipboard

Handle default values from providers' schemas in codegen and codecs

Open prolativ opened this issue 2 years ago • 1 comments

Inside definitions of providers' schemas elements of properties sections (in definitions of types and resources) as well as inputProperties (for resources only) default values can be specified. These should be taken into account in codegen and in codecs so that users don't have to specify them explicitly and (de-/en-)coding doesn't fail when a property with a default value is missing

prolativ avatar Aug 02 '23 14:08 prolativ

I think we might already have this, but needs to make sure we cover all the cases.

pawelprazak avatar Jan 17 '24 10:01 pawelprazak