mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
22 lines
490 B
YAML
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]
|