{
  "$comment": "Generated from the Buildish Release Tooling Pydantic models. Do not edit by hand; regenerate with `make schemas`.",
  "$defs": {
    "SignatureReference": {
      "additionalProperties": false,
      "description": "One detached OpenPGP signature reference.",
      "properties": {
        "type": {
          "const": "openpgp-detached-ascii-armored",
          "default": "openpgp-detached-ascii-armored",
          "description": "Stable subtype discriminator or signature-reference type for the related payload.",
          "title": "Type",
          "type": "string"
        },
        "uri": {
          "description": "Canonical artifact or signature URI recorded in a Buildish manifest or verification report.",
          "minLength": 1,
          "title": "Uri",
          "type": "string"
        }
      },
      "required": [
        "uri"
      ],
      "title": "SignatureReference",
      "type": "object",
      "x-buildish-contract": {
        "category": "emitted",
        "ownership": "tooling-derived"
      }
    }
  },
  "$id": "https://buildish.org/components/release-tooling/schemas/authoritative-manifest-reference-read.schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": true,
  "description": "Tolerant authoritative-manifest reference accepted by verify-rc readers.",
  "properties": {
    "checksum_uris": {
      "additionalProperties": {
        "minLength": 1,
        "type": "string"
      },
      "description": "Manifest-relative or absolute URIs of checksum sidecars associated with the authoritative staged manifest.",
      "propertyNames": {
        "const": "sha512"
      },
      "title": "Checksum Uris",
      "type": "object"
    },
    "signatures": {
      "description": "Declared detached signature references associated with the related artifact or manifest.",
      "items": {
        "$ref": "#/$defs/SignatureReference"
      },
      "minItems": 1,
      "title": "Signatures",
      "type": "array"
    },
    "uri": {
      "description": "Canonical artifact or signature URI recorded in a Buildish manifest or verification report.",
      "minLength": 1,
      "title": "Uri",
      "type": "string"
    }
  },
  "required": [
    "uri",
    "checksum_uris",
    "signatures"
  ],
  "title": "Buildish Release Tooling AuthoritativeManifestReferenceRead",
  "type": "object",
  "x-buildish-contract": {
    "category": "emitted",
    "ownership": "tooling-derived",
    "summary": "Tolerant read model for the authoritative signed manifest reference used by vote-materials loading."
  }
}
