bootstrap-vz/bootstrapvz/plugins/commands/manifest-schema.yml

23 lines
496 B
YAML
Raw Normal View History

---
$schema: http://json-schema.org/draft-04/schema#
title: Image 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]