bootstrap-vz/bootstrapvz/plugins/commands/manifest-schema.yml
2015-05-02 12:36:14 +02:00

25 lines
492 B
YAML

---
$schema: http://json-schema.org/draft-04/schema#
properties:
plugins:
properties:
commands:
properties:
commands:
items:
items:
type: string
minItems: 1
type: array
minItems: 1
type: array
required:
- commands
type: object
required:
- commands
type: object
required:
- plugins
title: Image commands plugin manifest
type: object