---
title: "ChartMetadata"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/chartmetadata/"
source: "https://container-registry.com/docs/harbor-api-client/model/chartmetadata/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/chartmetadata/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/chartmetadata/index.md>. Site index: <https://container-registry.com/llms.txt>.


# ChartMetadata

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | The name of the chart | 
**home** | **str** | The URL to the relevant project page | [optional] 
**sources** | **list[str]** | The URL to the source code of chart | [optional] 
**version** | **str** | A SemVer 2 version of chart | 
**description** | **str** | A one-sentence description of chart | [optional] 
**keywords** | **list[str]** | A list of string keywords | [optional] 
**engine** | **str** | The name of template engine | 
**icon** | **str** | The URL to an icon file | 
**api_version** | **str** | The API version of this chart | 
**app_version** | **str** | The version of the application enclosed in the chart | 
**deprecated** | **bool** | Whether or not this chart is deprecated | [optional] 



