bootstrap-vz/bootstrapvz/plugins/debconf/manifest-schema.yml
Anders Ingemann b63f19ec73 Rename schema.yaml to manifest-schema.yml
Fixes #347. Bug introduced in 90da634.
2016-09-28 18:26:41 +02:00

14 lines
387 B
YAML

$schema: http://json-schema.org/schema#
title: Manifest schema for the debconf plugin
type: object
properties:
plugins:
type: object
properties:
debconf:
name: Debconf selections to set
description: >-
This value should be an inline string in the
input format of debconf-set-selections(1).
type: string
required: [debconf]