eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
1 lines • 530 B
JSON
{"title":"JSON schema for DefinitelyTyped TypeScript definitions manager (TSD)","$schema":"http://json-schema.org/draft-04/schema#","type":"object","required":["path","ref","repo","version"],"properties":{"bundle":{"type":"string","default":"typings/tsd.d.ts"},"installed":{"type":"object"},"path":{"type":"string","default":"typings"},"ref":{"type":"string","default":"master"},"repo":{"type":"string","default":"borisyankov/DefinitelyTyped"},"stats":{"type":"boolean","default":true},"version":{"type":"string","default":"v4"}}}