{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codestar/refs/heads/main/json-schema/codestar-associate-team-member-result-schema.json",
"title": "AssociateTeamMemberResult",
"description": "AssociateTeamMemberResult schema from AWS CodeStar API",
"type": "object",
"properties": {
"clientRequestToken": {
"allOf": [
{
"$ref": "#/components/schemas/ClientRequestToken"
},
{
"description": "The user- or system-generated token from the initial request that can be used to repeat the request."
}
]
}
}
}