SubTemplateInput
Input to create a SubTemplate
input SubTemplateInput {
  description: String!
  name: String!
  templateFieldSpecifications: [JSONFieldInput!]
}
Fields
SubTemplateInput.description ● String! non-null scalar
The description of the NamedNode
SubTemplateInput.name ● String! non-null scalar
The name of the NamedNode, must not be blank
SubTemplateInput.templateFieldSpecifications ● [JSONFieldInput!] list input
Additional initial templateFieldSpecifications, should be a JSON schema JSON. Must be disjoint with templateFieldSpecifications of templates this template extends.
Member of
CreateComponentTemplateInput  input ● CreateInterfaceSpecificationTemplateInput  input