[packages] Expand schema to cover the operations
- Not complete, since the items in the operations aren't done
This commit is contained in:
parent
8aa8ac2d26
commit
d3f9415bc1
@ -25,5 +25,18 @@ properties:
|
|||||||
|
|
||||||
operations:
|
operations:
|
||||||
type: array
|
type: array
|
||||||
|
items:
|
||||||
|
additionalProperties: false
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
# TODO: these are either-string-or-struct items,
|
||||||
|
# need their own little schema.
|
||||||
|
install: { type: array }
|
||||||
|
remove: { type: array }
|
||||||
|
try_install: { type: array }
|
||||||
|
try_remove: { type: array }
|
||||||
|
localInstall: { type: array }
|
||||||
|
source: { type: string }
|
||||||
|
|
||||||
|
|
||||||
required: [ backend ]
|
required: [ backend ]
|
||||||
|
Loading…
Reference in New Issue
Block a user