bootstrap-vz/bootstrapvz/plugins/minimize_size/manifest-schema.json

20 lines
364 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Minimize size plugin manifest",
"type": "object",
"properties": {
"plugins": {
"type": "object",
"properties": {
"minimize_size": {
"type": "object",
"properties": {
"shrink": { "type": "boolean" },
"zerofree": { "type": "boolean" }
}
}
}
}
}
}