{
  "manifest_version": "1.0.0",
  "template": {
    "id": "331b13cc-0d8f-4589-9e2c-7f2e24b541a2",
    "slug": "schema-pad",
    "name": "Schema Pad",
    "description": "An interactive web app to design schemas visually and generate SQL.",
    "url": "https://railway.com/deploy/schema-pad",
    "upstream": {
      "repo_url": "https://github.com/dev-hari-prasad/schema-pad"
    }
  },
  "services": [
    {
      "name": "Schema Pad",
      "source": {
        "repo": "https://github.com/dev-hari-prasad/schema-pad"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "schema-pad"
      }
    },
    "cli": "railway deploy --template schema-pad",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "331b13cc-0d8f-4589-9e2c-7f2e24b541a2",
            "serializedConfig": {
              "services": {
                "f8ad951e-4ec6-4c57-8ac6-b32bef8b0992": {
                  "icon": "https://schemapad.dev/Icon.png",
                  "name": "Schema Pad",
                  "source": {
                    "repo": "dev-hari-prasad/schema-pad",
                    "branch": null,
                    "rootDirectory": "/"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T15:28:04.957Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f39c701170664a46b7cc",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 170,
    "typical_build_seconds": 89,
    "typical_start_seconds": 10,
    "slowest_service": "Schema Pad"
  }
}
