diff --git a/pkl/crossplane.contrib/CompositionResponse.pkl b/pkl/crossplane.contrib/CompositionResponse.pkl index 6649f9a..b47f21c 100644 --- a/pkl/crossplane.contrib/CompositionResponse.pkl +++ b/pkl/crossplane.contrib/CompositionResponse.pkl @@ -41,7 +41,7 @@ class ResponseMeta { /// A Result of running a Function. class Result { /// Severity of this result. - severity: Severity + severity: Severity = SEVERITY_UNSPECIFIED /// Human-readable details about the result. message: String