{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/iam_resource_groups",
"title": "iam_resource_groups",
"description": "A list of resource groups that the policy applies to.",
"items": {
"$ref": "#/components/schemas/iam_resource_group"
},
"type": "array"
}