Skip to content

Commit 183eb32

Browse files
committed
s3 bucket fields in mirror.json
1 parent e1ed765 commit 183eb32

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

stackinator/schema/mirror.json

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66
"type": "object",
77
"properties": {
88
"description": {"type": "string", "default": ""},
9-
"url": {"type": "string"}
9+
"url": {"type": "string"},
10+
"access_pair": {
11+
"type": "array",
12+
"items": { "type": "string" },
13+
"minItems": 2,
14+
"maxItems": 2
15+
},
16+
"endpoint_url": {"type": "string"}
1017
},
1118
"additionalProperties": false,
1219
"required": ["url"]
@@ -29,7 +36,14 @@
2936
"cmdline": {
3037
"type": "boolean",
3138
"default": false
32-
}
39+
},
40+
"access_pair": {
41+
"type": "array",
42+
"items": { "type": "string" },
43+
"minItems": 2,
44+
"maxItems": 2
45+
},
46+
"endpoint_url": {"type": "string"}
3347
},
3448
"additionalProperties": false,
3549
"required": ["url"]
@@ -41,7 +55,14 @@
4155
"type": "object",
4256
"properties": {
4357
"description": {"type": "string", "default": ""},
44-
"url": {"type": "string"}
58+
"url": {"type": "string"},
59+
"access_pair": {
60+
"type": "array",
61+
"items": { "type": "string" },
62+
"minItems": 2,
63+
"maxItems": 2
64+
},
65+
"endpoint_url": {"type": "string"}
4566
},
4667
"additionalProperties": false,
4768
"required": ["url"]

0 commit comments

Comments
 (0)