- Issue created by @wim leers
- 🇮🇳India Akhil Babu Chengannur
Could you please give an example for 'garbage value'?
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
An SDC with the following in its
*.component.yml
:props: type: object required: - heading properties: heading: type: string title: Heading examples: - blabla
… yet the explicit input it receives is not
heading: "something"
but
heading: "something" foo: :"bar"
IOW: some key-value pairs that are not expected by the SDC!