pineapple/externals/vcpkg/scripts/azure-pipelines/osx/configuration/vagrant-box-configuration.schema.json
2022-07-23 03:01:36 +02:00

18 lines
315 B
JSON
Executable file

{
"$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" }
}
}
}