{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-reviewer/refs/heads/main/json-structure/amazon-codeguru-reviewer-list-repository-associations-response-structure.json",
"name": "ListRepositoryAssociationsResponse",
"description": "ListRepositoryAssociationsResponse schema from Amazon CodeGuru Reviewer",
"type": "object",
"properties": {
"RepositoryAssociationSummaries": {
"allOf": [
{
"$ref": "#/components/schemas/RepositoryAssociationSummaries"
},
{
"description": "A list of repository associations that meet the criteria of the request."
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "The nextToken value to include in a future ListRecommendations request. When the results of a ListRecommendations request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return. "
}
]
}
}
}