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 |
from |
No | Map[string, string] |
The id and version of the extension that the original component was cloned from. This is only included for cloned components whose origin was an extension. If not present, the component was cloned directly from the sdk. |
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 |
|