OBJECT

GuardrailsRemoteTemplateValidationResponse

Idem template validation result

link GraphQL Schema definition

  • type GuardrailsRemoteTemplateValidationResponse {
  • # Error message in case of failure
  • errorMessage: String
  • # Additional execution metadata, like the source (GIT) details
  • # "iacGitInfo": {
  • # "repositoryUrl": "https://github.com/yourusername/yourrepository",
  • # "branch": "main",
  • # "commit": "1as4ddfd"
  • # }
  • executionMeta: JSON
  • # Unique identifier for the validation task
  • id: ID!
  • # Indicates the status of the validate request.
  • requestStatus: GuardrailsValidateRequestStatus!
  • # The response data in JSON format
  • response: JSON
  • }