Skip to content

sdk_extension

Required: No
Type: List of objects
Condition: No

Used to indicate which SDK extensions are used with the given project. An extension must be listed using this key to be available with the from property of the component list.

Field Type Description
id string ID of the SDK extension
version string Version of the SDK extension

Example

1
2
3
4
5
sdk_extension:
  - id: foo
    version: 1.0.0
  - id: bar
    version: 7.3.2
Back to top