From 50092aff8cc08c2f89826c0e2b145077415d7b75 Mon Sep 17 00:00:00 2001 From: Anton Mokhovikov Date: Thu, 7 Mar 2024 13:18:27 -0800 Subject: [PATCH] uniqueItems -> json native --- src/rpdk/guard_rail/core/stateful.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpdk/guard_rail/core/stateful.py b/src/rpdk/guard_rail/core/stateful.py index 386ee6b..e904251 100644 --- a/src/rpdk/guard_rail/core/stateful.py +++ b/src/rpdk/guard_rail/core/stateful.py @@ -66,7 +66,6 @@ class DIFFKEYS: cfn_leaf_level_constructs = { "relationshipRef", "insertionOrder", - "uniqueItems", "arrayType", } @@ -85,6 +84,7 @@ class DIFFKEYS: "contains", "items", "additionalProperties", + "uniqueItems", }