{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5183bfd6-59c0-462b-b232-36c4562aaa30",
    "slug": "net-background-jobs-",
    "name": ".NET Background Jobs with Cron Scheduling",
    "description": ".NET Starter template for Background Jobs & Cron Jobs",
    "url": "https://railway.com/deploy/net-background-jobs-",
    "upstream": {
      "repo_url": "https://github.com/railtools/dotnet-backgroundworker"
    }
  },
  "services": [
    {
      "name": "dotnet-backgroundworker",
      "source": {
        "repo": "https://github.com/railtools/dotnet-backgroundworker"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "Logging__LogLevel__Default",
      "service": "dotnet-backgroundworker",
      "description": "Log Level",
      "secret": false,
      "strategy": "default",
      "default": "Information"
    },
    {
      "key": "Logging__LogLevel__Microsoft.Hosting.Lifetime",
      "service": "dotnet-backgroundworker",
      "description": "Log level Microsoft",
      "secret": false,
      "strategy": "default",
      "default": "Information"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "net-background-jobs-"
      }
    },
    "cli": "railway deploy --template net-background-jobs-",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5183bfd6-59c0-462b-b232-36c4562aaa30",
            "serializedConfig": {
              "services": {
                "36ec5c3d-a127-489b-b934-492bd48f70c3": {
                  "name": "dotnet-backgroundworker",
                  "source": {
                    "repo": "railtools/dotnet-backgroundworker",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "Logging__LogLevel__Default": {
                      "isOptional": false,
                      "description": "Log Level",
                      "defaultValue": "Information"
                    },
                    "Logging__LogLevel__Microsoft.Hosting.Lifetime": {
                      "isOptional": false,
                      "description": "Log level Microsoft",
                      "defaultValue": "Information"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T06:36:32.028Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_34d9cd9e73fa477bb1da",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
