{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codestar/refs/heads/main/json-structure/codestar-disassociate-team-member-request-structure.json", "name": "DisassociateTeamMemberRequest", "description": "DisassociateTeamMemberRequest schema from AWS CodeStar API", "type": "object", "properties": { "projectId": { "allOf": [ { "$ref": "#/components/schemas/ProjectId" }, { "description": "The ID of the AWS CodeStar project from which you want to remove a team member." } ] }, "userArn": { "allOf": [ { "$ref": "#/components/schemas/UserArn" }, { "description": "The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the project." } ] } }, "required": [ "projectId", "userArn" ] }