{"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}}}}}}