UNPKG

eslint-plugin-json-schema-validator

Version:
1 lines 1.58 kB
{"title":"JSON schema for Visual Studio manifest extensions","$schema":"http://json-schema.org/draft-04/schema#","type":"object","definitions":{"fileAssociation":{"required":["extension","progId"],"properties":{"contentType":{"type":"string"},"defaultProgramRegistrationPath":{"type":"string"},"extension":{"type":"string","minLength":1},"isIconOnly":{"type":"boolean"},"perceivedType":{"type":"string"},"progId":{"type":"string","minLength":1}}},"urlAssociation":{"required":["protocol","progId","defaultProgramRegistrationPath"],"properties":{"defaultProgramRegistrationPath":{"type":"string"},"displayName":{"type":"string","minLength":1},"locId":{"type":"string"},"progId":{"type":"string","minLength":1},"protocol":{"type":"string","minLength":1}}},"progIds":{"required":["id"],"properties":{"allowSilentDefaultTakeOver":{"type":"boolean"},"alwaysShowExtension":{"type":"boolean"},"appUserModelId":{"type":"string"},"arguments":{"type":"string","default":""},"clsid":{"type":"string"},"dde":{"type":"boolean"},"ddeApplication":{"type":"string"},"ddeTopic":{"type":"string"},"defaultIconPath":{"type":"string"},"defaultIconPosition":{"type":"integer"},"displayName":{"type":"string","minLength":1},"iconHandler":{"type":"string"},"id":{"type":"string","minLength":1},"locId":{"type":"string"},"path":{"type":"string"}}}},"properties":{"fileAssociations":{"type":"array","items":{"$ref":"#/definitions/fileAssociation"}},"urlAssociations":{"type":"array","items":{"$ref":"#/definitions/urlAssociation"}},"progIds":{"type":"array","items":{"$ref":"#/definitions/progIds"}}}}