{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/release-please-manifest-json/latest.json",
  "title": "release-please manifest config versions",
  "description": "Schema for defining manifest versions file",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/manifest.json",
    "sourceSha256": "cf8215d7b7946e65596f9b2670005e4cff2abc81a009abadea8f22379b10d957",
    "fileMatch": [
      ".release-please-manifest.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "additionalProperties": {
    "type": "string"
  }
}
