...
id
- Should match the component id you used in your component reponame
- Should match the component name you used in your component repotype
- ai_internal_v1 for internal and external for external components.owner
- Owner of the componentdescription
- Description of the componentui_injection_id
- You can skip this.asset types are the only supported injection point with the current version of components, meaning, the _install, _update, _setup, _uninstall, and _teardown scripts are only triggered by asset types getting the component setup through the modal in IA, as well as the asset types that have it set up getting updated or deleted
min_ia_version
- This is the IA version on which this MFE was tested.repo_url
- The url to the components repository you created from the templatemfe_url
- The url to your MFE (e.g.https://cdn.jsdelivr.net/gh/ParentRepo/tst-TestRepo@main/dist/tst_TestRepo.js)
...