bootstrap-vz/bootstrapvz/plugins/commands/manifest-schema.yml
2015-05-02 13:12:33 -03:00

22 lines
490 B
YAML

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