Open amarjandu opened 4 years ago
the following example json body is malformed, fus will not accept objects in this structure.
{ "policy": { "document": { "Statements": [ { "Sid": "string", "Effect": "Allow", "Actions": [ "string" ], "Resource": [ "string" ] } ] }, "type": "ResourcePolicy" } }
Statement should be moved to the policy object
the following example json body is malformed, fus will not accept objects in this structure.