{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-batch-get-reports-output-structure.json",
"name": "BatchGetReportsOutput",
"description": "BatchGetReportsOutput schema from Amazon CodeBuild",
"type": "object",
"properties": {
"reports": {
"allOf": [
{
"$ref": "#/components/schemas/Reports"
},
{
"description": " The array of Report objects returned by BatchGetReports. "
}
]
},
"reportsNotFound": {
"allOf": [
{
"$ref": "#/components/schemas/ReportArns"
},
{
"description": " An array of ARNs passed to BatchGetReportGroups that are not associated with a Report. "
}
]
}
}
}