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

35 lines
525 B
JSON
Executable file

{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"type": "object",
"required": [
"pat",
"agent_pool",
"devops_url",
"machine_name",
"box_name",
"box_version"
],
"properties": {
"pat": {
"type": "string"
},
"agent_pool": {
"type": "string"
},
"devops_url": {
"type": "string"
},
"machine_name": {
"type": "string"
},
"box_name": {
"type": "string"
},
"box_version": {
"type": "string"
}
}
}