UNPKG

eslint-plugin-json-schema-validator

Version:
1 lines 329 B
{"title":"JSON schema for Visual Studio component configuration files","$schema":"http://json-schema.org/draft-04/schema#","type":"object","required":["components"],"properties":{"version":{"type":"string","pattern":"^(\\d+\\.)?(\\d+\\.)?(\\d+\\.)?(\\d+)$"},"components":{"type":"array","items":{"type":"string","minLength":1}}}}