eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
1 lines • 370 B
JSON
{"title":"JSON schema for Google Apps Script project files","$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"scriptId":{"type":"string","minLength":57,"maxLength":57},"rootDir":{"default":".","type":"string"},"projectId":{"default":"project-id-xxxxxxxxxxxxxxxxxxx","type":"string","minLength":4,"maxLength":30}},"required":["scriptId"]}