2014-07-05 20:01:20 +02:00
|
|
|
---
|
|
|
|
$schema: http://json-schema.org/draft-04/schema#
|
2015-05-02 13:11:14 -03:00
|
|
|
title: Commands plugin manifest
|
2015-05-02 12:45:55 +02:00
|
|
|
type: object
|
2014-07-05 20:01:20 +02:00
|
|
|
properties:
|
|
|
|
plugins:
|
2015-05-02 12:45:55 +02:00
|
|
|
type: object
|
2014-07-05 20:01:20 +02:00
|
|
|
properties:
|
2015-05-02 12:36:14 +02:00
|
|
|
commands:
|
2015-05-02 12:45:55 +02:00
|
|
|
type: object
|
2014-07-05 20:01:20 +02:00
|
|
|
properties:
|
|
|
|
commands:
|
|
|
|
items:
|
|
|
|
items:
|
|
|
|
type: string
|
|
|
|
minItems: 1
|
|
|
|
type: array
|
|
|
|
minItems: 1
|
|
|
|
type: array
|
2015-05-02 12:45:55 +02:00
|
|
|
required: [commands]
|
|
|
|
additionalProperties: false
|
|
|
|
required: [commands]
|