diff --git a/docs/packs/packs-format.md b/docs/packs/packs-format.md index a79ed899b..d32e60188 100644 --- a/docs/packs/packs-format.md +++ b/docs/packs/packs-format.md @@ -64,8 +64,9 @@ The following fields are populated in the pack metadata: | `displayedImages` | `List` | (Optional) Images to be displayed in Cortex XSOAR Marketplace. Should be kept empty on pack creation, as it is calculated by Cortex XSOAR content infrastructure. | | `githubUser` | `List` | (Optional) List of GitHub usernames to receive notification in the PR in case pack files were modified. | | `devEmail` | `List` | (Optional) List of emails to receive notification in case contributed pack files were modified. | -| `certification` | `String` | (Optional) If the pack is certified the value of this fields should be `certified`. The allowed values are `certified` and `verified`. | -| `itemPrefix` | `String` | (Optional) String to overwrite pack fields prefix. You can specify an alternative string instead of the default pack name enforced by the validation process. | +| `certification` | `String` | (Optional) If the pack is certified, the value of this field should be `certified`. Possible values are `certified` or `verified`. | +| `itemPrefix` | `String` | (Optional) String to overwrite the pack field prefix. You can specify an alternate string instead of the default pack name enforced by the validation process. | +| `defaultDataSource` | `String` | (Optional) The default data source integration in Cortex XSIAM for packs that have more than one fetching integration. We recommend setting the default data source integration to the event collector or the most used integration. | Pack metadata contents for example: