mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
18 lines
305 B
JSON
18 lines
305 B
JSON
![]() |
{
|
||
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
||
|
"title": "EC2 manifest for instance store AMIs",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"image": {
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"bucket": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"required": ["bucket"]
|
||
|
}
|
||
|
},
|
||
|
"required": ["image"]
|
||
|
}
|