comments
diff --git a/openstack/orchestration/v1/stacktemplates/fixtures.go b/openstack/orchestration/v1/stacktemplates/fixtures.go
index dc354ec..71fa808 100644
--- a/openstack/orchestration/v1/stacktemplates/fixtures.go
+++ b/openstack/orchestration/v1/stacktemplates/fixtures.go
@@ -74,6 +74,7 @@
 	})
 }
 
+// ValidateExpected represents the expected object from a Validate request.
 var ValidateExpected = &ValidatedTemplate{
 	Description: "Simple template to test heat commands",
 	Parameters: map[string]interface{}{
@@ -87,6 +88,7 @@
 	},
 }
 
+// ValidateOutput represents the response body from a Validate request.
 const ValidateOutput = `
 {
 	"Description": "Simple template to test heat commands",