Commit 3f47c151 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: add "is_component" property to kicker schema

parent 3eef3807
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -56,6 +56,11 @@
          "description": "The template short prefix (used for jobs and variables).",
          "type": "string"
        },
        "is_component": {
          "description": "Whether the template can be used as a CI/CD component (default is 'false').",
          "default": false,
          "type": "boolean"
        },
        "kind": {
          "description": "The template kind ('build', 'hosting', 'package', 'analyse' or else).",
          "type": "string"