Fix: Address various shellcheck linting errors in scripts
[releng/global-jjb.git] / schema / release-container-schema.yaml
index f12c8ee..024ee4e 100644 (file)
@@ -15,7 +15,7 @@ required:
   - "containers"
   - "distribution_type"
   - "project"
-  - "version"
+  - "container_release_tag"
   - "ref"
 
 properties:
@@ -27,11 +27,19 @@ properties:
       version:
         type: "string"
     additionalProperties: false
+  container_release_tag:
+    type: "string"
+  container_pull_registry:
+    type: "string"
+  container_push_registry:
+    type: "string"
   distribution_type:
     type: "string"
-  project:
+  git_tag:
     type: "string"
-  version:
+  project:
     type: "string"
   ref:
     type: "string"
+  tag_release:
+    type: "boolean"