bootstrap-vz/plugins/minimize_size/manifest-schema.json
Anders Ingemann cdd372ca3b Zerofree can be installed as a Debian package
Show alternate message when package string for host_dependencies starts with http:// or https://
2014-02-27 23:03:24 +01:00

19 lines
364 B
JSON

{
"$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" }
}
}
}
}
}
}