{
  "manifest_version": "1.0.0",
  "template": {
    "id": "31af1a9e-150b-4611-bb12-fe140ad468ed",
    "slug": "hI-_yx",
    "name": "Ontology Browser",
    "description": "A web front-end for navigating and querying OWL ontologies",
    "url": "https://railway.com/deploy/hI-_yx",
    "upstream": {
      "repo_url": "https://github.com/nickdrummond/ontology-browser"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Ontology Browser",
      "source": {
        "repo": "https://github.com/nickdrummond/ontology-browser"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "LABEL_IRI",
      "service": "Ontology Browser",
      "description": "The annotation property IRI for your entity labels",
      "secret": false,
      "strategy": "default",
      "default": "http://www.w3.org/2000/01/rdf-schema#label"
    },
    {
      "key": "PROJECT_URL",
      "service": "Ontology Browser",
      "description": "A link to your project homepage",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PROJECT_NAME",
      "service": "Ontology Browser",
      "description": "A title for your ontology project",
      "secret": false,
      "strategy": "default",
      "default": "My Ontology"
    },
    {
      "key": "PROJECT_CONTACT",
      "service": "Ontology Browser",
      "description": "A contact email for your project",
      "secret": false,
      "strategy": "default",
      "default": "me@mydomain.com"
    },
    {
      "key": "PROJECT_TAGLINE",
      "service": "Ontology Browser",
      "description": "A tag line for your ontology project",
      "secret": false,
      "strategy": "default",
      "default": "This is a great ontology"
    },
    {
      "key": "REASONING_ROOT_IRI",
      "service": "Ontology Browser",
      "description": "The IRI for the ontology to reason over. This may be an import of your main ontology.",
      "secret": false,
      "strategy": "default",
      "default": "https://nickdrummond.github.io/star-wars-ontology/ontologies/events.owl.ttl"
    },
    {
      "key": "ONTOLOGY_ROOT_LOCATION",
      "service": "Ontology Browser",
      "description": "URL from which to load your ontology. This must be publicly available.",
      "secret": false,
      "strategy": "default",
      "default": "https://nickdrummond.github.io/star-wars-ontology/ontologies/all.owl.ttl"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hI-_yx"
      }
    },
    "cli": "railway deploy --template hI-_yx",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "31af1a9e-150b-4611-bb12-fe140ad468ed",
            "serializedConfig": {
              "services": {
                "e2e46754-6e0a-4769-b4f0-8872ca793767": {
                  "name": "Ontology Browser",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/nickdrummond/ontology-browser"
                  },
                  "variables": {
                    "LABEL_IRI": {
                      "isOptional": false,
                      "description": "The annotation property IRI for your entity labels",
                      "defaultValue": "http://www.w3.org/2000/01/rdf-schema#label"
                    },
                    "PROJECT_URL": {
                      "isOptional": false,
                      "description": "A link to your project homepage",
                      "defaultValue": "{{PROJECT_URL}}"
                    },
                    "PROJECT_NAME": {
                      "isOptional": false,
                      "description": "A title for your ontology project",
                      "defaultValue": "My Ontology"
                    },
                    "PROJECT_CONTACT": {
                      "isOptional": false,
                      "description": "A contact email for your project",
                      "defaultValue": "me@mydomain.com"
                    },
                    "PROJECT_TAGLINE": {
                      "isOptional": false,
                      "description": "A tag line for your ontology project",
                      "defaultValue": "This is a great ontology"
                    },
                    "REASONING_ROOT_IRI": {
                      "isOptional": false,
                      "description": "The IRI for the ontology to reason over. This may be an import of your main ontology.",
                      "defaultValue": "https://nickdrummond.github.io/star-wars-ontology/ontologies/events.owl.ttl"
                    },
                    "ONTOLOGY_ROOT_LOCATION": {
                      "isOptional": false,
                      "description": "URL from which to load your ontology. This must be publicly available.",
                      "defaultValue": "https://nickdrummond.github.io/star-wars-ontology/ontologies/all.owl.ttl"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
