diff --git a/site/guide/model-validation/manage-artifact-types.qmd b/site/guide/model-validation/manage-artifact-types.qmd index 0f3b7d35a..8f3669d08 100644 --- a/site/guide/model-validation/manage-artifact-types.qmd +++ b/site/guide/model-validation/manage-artifact-types.qmd @@ -13,7 +13,7 @@ aliases: #### Artifact types -By default, the {{< var validmind.platform >}} provides three native artifact types: +By default, the {{< var validmind.platform >}} provides three artifact types: Validation Issue : Problems discovered during model validation that reflect errors, inconsistencies, or gaps in data, methodology, implementation, or documentation that need to be addressed before the model is considered reliable. @@ -75,7 +75,7 @@ Custom artifact types support the same features as default types, including stat ## Archive and delete artifact types ::: {.callout-important title="Deletion of artifact types is permanent."} -- Native (default) artifact types cannot be deleted, only archived.[^4] When archiving a native artifact type, existing artifacts of that type will be hidden and no new artifacts of that type can be created. +- Default artifact types cannot be deleted, only archived.[^4] When archiving a default artifact type, existing artifacts of that type will be hidden and no new artifacts of that type can be created. - When archiving a custom artifact type, existing artifacts of that type will remain viewable, but no new artifacts of that type can be created. :::