> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/guides/import-api/validation/action-specific-validation.md).

# Action specific validation

The internal validation checks that there is enough data to perform the required action: create or update.

The following table lists the mandatory fields for each resource and action:

| Resource         | Create                                                                                                                                                  | Update                                                      |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| Asset            | <ul><li><code>name</code></li><li><code>type</code></li><li><code>domain</code></li></ul>                                                               | None                                                        |
| Domain           | <ul><li><code>name</code></li><li><code>type</code></li><li><code>community</code></li></ul>                                                            | None                                                        |
| Community        | <ul><li><code>name</code></li></ul>                                                                                                                     | None                                                        |
| Mapping          | <ul><li><code>externalSystemId</code></li><li><code>externalEntityId</code></li></ul><p>Checks that only one mapping matches the selected criteria.</p> | Checks that only one mapping matches the selected criteria. |
| Complex relation | <ul><li><code>relations</code></li></ul><p>Checks if the <strong>complex relation type</strong> field is defined.</p>                                   | None                                                        |
