Render · Schema

serviceRuntime

Runtime

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-serviceruntime-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/serviceRuntime",
  "title": "serviceRuntime",
  "type": "string",
  "enum": [
    "docker",
    "elixir",
    "go",
    "node",
    "python",
    "ruby",
    "rust",
    "image"
  ],
  "description": "Runtime"
}