> For the complete documentation index, see [llms.txt](https://centr.gitbook.io/netcs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://centr.gitbook.io/netcs/api/basic-types/annotation.md).

# Annotation

The Annotation model

| Field       | Type                                                                                                                              | Description             |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| `name`      | `string`                                                                                                                          | Name of Annotation      |
| `Arguments` | [`Dictionary`](https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2?view=net-5.0)`<string,string>` | Arguments of Annotation |
