vcpkg/scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json
2020-12-23 21:27:23 -08:00

37 lines
545 B
JSON

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