early-access version 2853
This commit is contained in:
18
externals/vcpkg/scripts/azure-pipelines/osx/configuration/vagrant-box-configuration.schema.json
vendored
Executable file
18
externals/vcpkg/scripts/azure-pipelines/osx/configuration/vagrant-box-configuration.schema.json
vendored
Executable file
@@ -0,0 +1,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" }
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user