Skip to content

clone

Required: No
Type: Component clone properties
Condition: No

Metadata about the source of the component if it was cloned from another component. Typically used when extending a component from an SDK in an SDK extension by cloning the SDK component and making modifications.

Key Required Type Description
component Yes String The ID of the component this component was cloned from
sdk Yes Map[string, string] Information about the source SDK with keys id and version
date Yes String Date that the clone was performed, formatted as YYYY-MM-DD
1
2
3
4
5
6
clone:
  component: pwm_driver
  sdk:
    id: gecko_sdk
    version: 3.1.0
  date: '2021-01-01'
Back to top