Commit 1f3d2aba authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat(schema): add job_prefix attribute

parent 94b41b48
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -53,7 +53,11 @@
          "type": "string"
        },
        "prefix": {
          "description": "The template short prefix (used for jobs and variables).",
          "description": "The template variables prefix.",
          "type": "string"
        },
        "job_prefix": {
          "description": "The template jobs prefix (only required if different from variables prefix).",
          "type": "string"
        },
        "is_component": {