eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
1 lines • 530 B
JSON
{"title":"JSON schema for Visual Studio extension pack manifests","$schema":"http://json-schema.org/draft-04/schema#","type":"object","required":["version"],"properties":{"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"description":{"type":"string","minLength":1},"version":{"type":"string","pattern":"^(\\d+\\.)?(\\d+\\.)?(\\d+\\.)?(\\d+)$"},"extensions":{"type":"array","items":{"required":["vsixId"],"properties":{"name":{"type":"string","minLength":1},"vsixId":{"type":"string","minLength":1}}}}}}