OBJECT

GuardrailsTemplateValidationResponse

Idem template validation result

link GraphQL Schema definition

  • type GuardrailsTemplateValidationResponse {
  • # Error message in case of failure
  • errorMessage: String
  • # high level json representation of the parsed template
  • high: JSON
  • # low level json representation of the parsed template
  • low: [JSON!]!
  • # parsed meta data json representation for template and individual states
  • meta: JSON
  • # parsed template parameters json representation for template and individual
  • # states
  • parameters: JSON
  • # warnings if any for template and individual states
  • warnings: JSON
  • }