diff --git a/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml b/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml index 60bda585113..0eff5cd834f 100644 --- a/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml +++ b/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml @@ -15561,12 +15561,13 @@ keys: description: IPv4 Prefix associated with SSM. rp_addresses: type: list + primary_key: address + allow_duplicate_primary_key: true items: type: dict keys: address: type: str - required: true description: RP Address. groups: type: list diff --git a/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/router_pim_sparse_mode.schema.yml b/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/router_pim_sparse_mode.schema.yml index a91fef6b471..c10d5bf0a87 100644 --- a/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/router_pim_sparse_mode.schema.yml +++ b/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/router_pim_sparse_mode.schema.yml @@ -20,12 +20,13 @@ keys: description: IPv4 Prefix associated with SSM. rp_addresses: type: list + primary_key: address + allow_duplicate_primary_key: true items: type: dict keys: address: type: str - required: true description: RP Address. groups: type: list