Amazon CodeBuild · JSON Structure

Amazon Codebuild Delete Report Input Structure

DeleteReportInput schema from Amazon CodeBuild

Type: object Properties: 1 Required: 1
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

DeleteReportInput is a JSON Structure definition published by Amazon CodeBuild, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

arn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-delete-report-input-structure.json",
  "name": "DeleteReportInput",
  "description": "DeleteReportInput schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": " The ARN of the report to delete. "
        }
      ]
    }
  },
  "required": [
    "arn"
  ]
}