]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / scripts / azure-pipelines / osx / configuration / vagrant-configuration.schema.json
CommitLineData
1e59de90
TL
1{
2 "$schema": "https://json-schema.org/draft/2019-09/schema",
3
4 "type": "object",
5
6 "required": [
7 "pat",
8 "agent_pool",
9 "devops_url",
10 "machine_name",
11 "box_name",
12 "box_version"
13 ],
14
15 "properties": {
16 "pat": {
17 "type": "string"
18 },
19 "agent_pool": {
20 "type": "string"
21 },
22 "devops_url": {
23 "type": "string"
24 },
25 "machine_name": {
26 "type": "string"
27 },
28 "box_name": {
29 "type": "string"
30 },
31 "box_version": {
32 "type": "string"
33 }
34 }
35}