aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/osx/configuration/vagrant-box-configuration.schema.json
blob: 80845f70f9772258043f61a491b66280b8de7289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "$schema": "https://json-schema.org/draft-07/schema",
  "type": "object",
  "required": [
    "brew",
    "brew-cask"
  ],
  "properties": {
    "brew": {
      "type": "array",
      "items": { "type": "string" }
    },
    "brew-cask": {
      "type": "array",
      "items": { "type": "string" }
    }
  }
}