OBJECT
Represent content of guardrails template along with other content information like content type etc.
type GuardrailsTemplateComposition {# template content byte arraybyteContent: [Byte!] # content typecontentType: String }