Skip to content

Commit

Permalink
Allow duplicate primary keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Aug 22, 2024
1 parent b818da5 commit 0fffaf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fffaf4

Please sign in to comment.