{
  "$comment": "Generated from the Buildish Release Tooling Pydantic models. Do not edit by hand; regenerate with `make schemas`.",
  "$id": "https://buildish.org/components/release-tooling/schemas/cleanup-dev-svn-rcs-manifest.schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": false,
  "description": "Action manifest emitted after old or conflicting RC staging directories are removed. This command manifest is internal Buildish workflow I/O and is not a supported external API.",
  "properties": {
    "action": {
      "const": "cleanup-dev-svn-rcs",
      "default": "cleanup-dev-svn-rcs",
      "description": "Stable command action identifier written by one Buildish command manifest.",
      "title": "Action",
      "type": "string"
    },
    "component": {
      "description": "Component identifier for the Buildish command manifest or emitted action record.",
      "minLength": 1,
      "title": "Component",
      "type": "string"
    },
    "deleted_rc_directories": {
      "description": "ASF dev/dist RC directories that Buildish deleted during cleanup.",
      "items": {
        "minLength": 1,
        "type": "string"
      },
      "title": "Deleted Rc Directories",
      "type": "array"
    },
    "dev_base_url": {
      "description": "Configured ASF `dist/dev` base URL that the cleanup or publication action targeted.",
      "minLength": 1,
      "title": "Dev Base Url",
      "type": "string"
    },
    "version": {
      "description": "Release version string without a leading `v` prefix.",
      "minLength": 1,
      "title": "Version",
      "type": "string"
    }
  },
  "required": [
    "component",
    "version",
    "dev_base_url",
    "deleted_rc_directories"
  ],
  "title": "Buildish Release Tooling CleanupDevSvnRcsManifest",
  "type": "object",
  "x-buildish-contract": {
    "category": "emitted",
    "ownership": "tooling-derived",
    "summary": "Internal unstable JSON action manifest emitted by `cleanup-dev-svn-rcs`."
  }
}
