{
  "type": "object",
  "properties": {
    "bundle": {
      "type": "object",
      "properties": {
        "mediaType": {
          "type": "string"
        },
        "verificationMaterial": {
          "type": "object",
          "additionalProperties": true
        },
        "dsseEnvelope": {
          "type": "object",
          "additionalProperties": true
        }
      },
      "description": "The attestation's Sigstore Bundle.\nRefer to the [Sigstore Bundle Specification](https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto) for more information."
    }
  },
  "required": [
    "bundle"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}