{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/iam_member_permission_groups",
"title": "iam_member_permission_groups",
"description": "A set of permission groups that are specified to the policy.",
"example": [
{
"id": "c8fed203ed3043cba015a93ad1616f1f"
},
{
"id": "82e64a83756745bbbb1c9c2701bf816b"
}
],
"items": {
"$ref": "#/components/schemas/iam_member_permission_group"
},
"type": "array"
}