Artifact

Artifact
Artifact

Patch rest model that is located in the Product Version Catalog, these models are consumed by LCM's Flex BOM workflows.

JSON Example
{
    "bundles": [
        {
            "id": "string",
            "type": "string",
            "name": "string",
            "binaries": [
                {
                    "fileName": "string",
                    "size": 0,
                    "checksum": "string",
                    "metadata": [
                        {
                            "tag": "string",
                            "configuration": [
                                {
                                    "key": "string",
                                    "value": "string"
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}
array of BundleInfo
bundles
Optional

List of bundle artifacts for corresponding product patch version

Property Of