bootstrap-vz/bootstrapvz/providers/docker/manifest-schema.yml
Anders Ingemann 4a509aba76 First stab at docker provider
Huh... That was easy.
2015-12-13 19:41:16 +01:00

32 lines
603 B
YAML

---
$schema: http://json-schema.org/draft-04/schema#
title: Docker manifest
type: object
properties:
provider:
type: object
properties:
repository:
type: string
tag:
type: string
required: [repository, tag]
system:
type: object
properties:
bootloader:
type: string
enum: [none]
volume:
type: object
properties:
backing:
type: string
enum: [folder]
partitions:
type: object
properties:
type:
type: string
enum: [none]
required: [backing]