mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
26 lines
504 B
YAML
26 lines
504 B
YAML
![]() |
---
|
||
|
$schema: http://json-schema.org/draft-04/schema#
|
||
|
properties:
|
||
|
plugins:
|
||
|
properties:
|
||
|
image_commands:
|
||
|
properties:
|
||
|
commands:
|
||
|
items:
|
||
|
items:
|
||
|
type: string
|
||
|
minItems: 1
|
||
|
type: array
|
||
|
minItems: 1
|
||
|
type: array
|
||
|
required:
|
||
|
- commands
|
||
|
type: object
|
||
|
required:
|
||
|
- image_commands
|
||
|
type: object
|
||
|
required:
|
||
|
- plugins
|
||
|
title: Image commands plugin manifest
|
||
|
type: object
|