Template
A template bundle
type Template {
  id: ID!
  name: String!
  description: String
  operatorGuide: Markdown
  paramsSchema: JSON!
  sourceUrl: String
}
Fields
Template.id ● ID! non-null scalar
Unique identifier
Template.name ● String! non-null scalar
Name of the template
Template.description ● String scalar
Description of the bundle
Template.operatorGuide ● Markdown scalar
The operator guide for the bundle in markdown.
Template.paramsSchema ● JSON! non-null scalar
JSON schema for bundle parameters
Template.sourceUrl ● String scalar
URL to the source code repository
Returned By
templates  query