{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "catalog": {
      "type": "object",
      "properties": {
        "import": {
          "type": "object",
          "properties": {
            "entityFilename": {
              "type": "string",
              "description": "Catalog entity descriptor filename, defaults to \"catalog-info.yaml\"",
              "visibility": "frontend"
            },
            "pullRequestBranchName": {
              "type": "string",
              "description": "A branch name used in pull request when registering existing component via UI Valid git refname required, see: https://git-scm.com/docs/git-check-ref-format Defaults to \"backstage-integration\"",
              "visibility": "frontend"
            }
          },
          "description": "List of import flow specific options and attributes"
        }
      },
      "description": "Configuration options for the catalog plugin."
    }
  }
}
