From 49acf488afda9e2b1790a1628a930a9215aa3b5a Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 13 Oct 2023 11:51:35 -0400 Subject: [PATCH] stages/ostree.deploy: add description for commits input --- stages/org.osbuild.ostree.deploy | 1 + 1 file changed, 1 insertion(+) diff --git a/stages/org.osbuild.ostree.deploy b/stages/org.osbuild.ostree.deploy index 7006f07f..1ee25aea 100755 --- a/stages/org.osbuild.ostree.deploy +++ b/stages/org.osbuild.ostree.deploy @@ -89,6 +89,7 @@ SCHEMA_2 = """ "properties": { "commits": { "type": "object", + "description": "OStree commit to deploy", "additionalProperties": true } }