eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
1 lines • 290 B
JSON
{"title":"JSON schema for Azure Webjobs collection files","$schema":"http://json-schema.org/draft-04/schema#","type":"object","required":["WebJobs"],"properties":{"WebJobs":{"type":"array","items":{"type":"object","additionalProperties":false,"properties":{"filePath":{"type":"string"}}}}}}