Information about an associated Amazon Web Services CodeCommit repository or an associated repository that is managed by Amazon Web Services CodeStar Connections (for example, Bitbucket). This Repository object is not used if your source code is in an associated GitHub repository.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-reviewer/refs/heads/main/json-schema/amazon-codeguru-reviewer-repository-schema.json",
"title": "Repository",
"description": "Information about an associated Amazon Web Services CodeCommit repository or an associated repository that is managed by Amazon Web Services CodeStar Connections (for example, Bitbucket). This <code>Repository</code> object is not used if your source code is in an associated GitHub repository.",
"type": "object",
"properties": {
"CodeCommit": {
"allOf": [
{
"$ref": "#/components/schemas/CodeCommitRepository"
},
{
"description": "Information about an Amazon Web Services CodeCommit repository."
}
]
},
"Bitbucket": {
"allOf": [
{
"$ref": "#/components/schemas/ThirdPartySourceRepository"
},
{
"description": " Information about a Bitbucket repository. "
}
]
},
"GitHubEnterpriseServer": {
"allOf": [
{
"$ref": "#/components/schemas/ThirdPartySourceRepository"
},
{
"description": "Information about a GitHub Enterprise Server repository."
}
]
},
"S3Bucket": {
"$ref": "#/components/schemas/S3Repository"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.