mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
20 lines
319 B
JSON
20 lines
319 B
JSON
{
|
|
"title": "EC2 manifest",
|
|
"type": "object",
|
|
"properties": {
|
|
"bootstrapdir": {
|
|
"type": "string"
|
|
},
|
|
"volume": {
|
|
"type": "object",
|
|
"properties": {
|
|
"backing": {
|
|
"type": "string",
|
|
"enum": ["ebs", "s3"]
|
|
}
|
|
},
|
|
"required": ["backing"]
|
|
}
|
|
},
|
|
"required": ["bootstrapdir", "volume"]
|
|
}
|