UNPKG

eslint-plugin-json-schema-validator

Version:
1 lines 529 B
{"title":"JSON schema for the Grunt clean task","$schema":"http://json-schema.org/draft-04/schema#","type":"object","definitions":{"options":{"type":"object","properties":{"noProcess":{"type":"string"},"encoding":{"type":"string"},"mode":{"type":["boolean","number"],"default":false}}}},"properties":{"options":{"$ref":"#/definitions/options"}},"additionalProperties":{"allOf":[{"$ref":"https://json.schemastore.org/grunt-task#/additionalProperties"},{"type":"object","properties":{"options":{"$ref":"#/definitions/options"}}}]}}