{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_update-member-with-policies", "title": "Update Member with Policies", "properties": { "policies": { "description": "Array of policies associated with this member.", "items": { "$ref": "#/components/schemas/iam_create_member_policy" }, "type": "array" } }, "required": [ "policies" ], "type": "object" }