forked from andsens/bootstrap-vz
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest-schema.yml
39 lines (39 loc) · 952 Bytes
/
manifest-schema.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
$schema: http://json-schema.org/draft-04/schema#
properties:
plugins:
properties:
minimize_size:
properties:
shrink:
type: boolean
zerofree:
type: boolean
apt:
type: object
properties:
autoclean:
type: boolean
languages:
type: array
minItems: 1
items:
type: string
gzip_indexes:
type: boolean
autoremove_suggests:
type: boolean
dpkg:
type: object
properties:
locales:
type: array
items:
type: string
exclude_docs:
type: boolean
type: object
additionalProperties: false
type: object
title: Minimize size plugin manifest
type: object