bootstrap-vz/bootstrapvz/plugins/minimize_size/manifest-schema.yml
Anders Ingemann a7f2327e42 Litter the manifest schemas with additionalProperties:false
This pretty much eliminates the possiblity of undiscovered typos in the manifest
2015-05-02 13:04:30 +02:00

16 lines
347 B
YAML

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