Skip to content

Commit

Permalink
uniqueItems -> json native
Browse files Browse the repository at this point in the history
  • Loading branch information
ammokhov committed Mar 7, 2024
1 parent 57ebf0f commit 50092af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpdk/guard_rail/core/stateful.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class DIFFKEYS:
cfn_leaf_level_constructs = {
"relationshipRef",
"insertionOrder",
"uniqueItems",
"arrayType",
}

Expand All @@ -85,6 +84,7 @@ class DIFFKEYS:
"contains",
"items",
"additionalProperties",
"uniqueItems",
}


Expand Down

0 comments on commit 50092af

Please sign in to comment.