diff --git a/packages/@aws-cdk/cfnspec/spec-source/530_ResourceGroups_Tags_patch.json b/packages/@aws-cdk/cfnspec/spec-source/530_ResourceGroups_Tags_patch.json index 65e9c2c3f1fb3..da2d3c603ddbd 100644 --- a/packages/@aws-cdk/cfnspec/spec-source/530_ResourceGroups_Tags_patch.json +++ b/packages/@aws-cdk/cfnspec/spec-source/530_ResourceGroups_Tags_patch.json @@ -1,20 +1,24 @@ { - "ResourceTypes": { - "AWS::ResourceGroups::Group": { - "patch": { - "description": "Sets AWS::ResourceGroups::Group#Tags to Json", - "operations": [ - { - "op": "remove", - "path": "/Properties/Tags/ItemType" - }, - { - "op": "add", - "path": "/Properties/Tags/PrimitiveType", - "value": "Json" - } - ] - } - } + "ResourceTypes": { + "AWS::ResourceGroups::Group": { + "patch": { + "description": "Sets AWS::ResourceGroups::Group#Tags to Json", + "operations": [ + { + "op": "remove", + "path": "/Properties/Tags/ItemType" + }, + { + "op": "remove", + "path": "/Properties/Tags/Type" + }, + { + "op": "add", + "path": "/Properties/Tags/PrimitiveType", + "value": "Json" + } + ] + } } + } }