{
"$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-third-party-source-repository-structure.json",
"name": "ThirdPartySourceRepository",
"description": "Information about a third-party source repository connected to CodeGuru Reviewer.",
"type": "object",
"properties": {
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/Name"
},
{
"description": "The name of the third party source repository."
}
]
},
"ConnectionArn": {
"allOf": [
{
"$ref": "#/components/schemas/ConnectionArn"
},
{
"description": "The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar Connections connection. Its format is arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id. For more information, see Connection in the Amazon Web Services CodeStar Connections API Reference."
}
]
},
"Owner": {
"allOf": [
{
"$ref": "#/components/schemas/Owner"
},
{
"description": "The owner of the repository. For a GitHub, GitHub Enterprise, or Bitbucket repository, this is the username for the account that owns the repository. For an S3 repository, this can be the username or Amazon Web Services account ID "
}
]
}
},
"required": [
"Name",
"ConnectionArn",
"Owner"
]
}