{ "$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" }