summaryrefslogtreecommitdiff
path: root/spec/frontend/editor/schema/ci/json_tests/positive_tests/variables_mix_string_and_user_input.json
blob: 87a9ec05b575f8fbd582d2b59e7378b54941cce6 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "variables": {
    "SOME_STR": "--batch-mode --errors --fail-at-end --show-version",
    "SOME_INT": 10,
    "SOME_USER_INPUT_FLAG": {
      "value": "flag value",
      "description": "Some Flag!"
    }
  }
}