{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","required":["categories","identity","overview","publisher"],"properties":{"identity":{"type":"object","required":["internalName"],"properties":{"description":{"type":"string","title":"Description","minLength":1,"maxLength":280},"displayName":{"type":"string","title":"DisplayName","minLength":1,"maxLength":80},"icon":{"type":"string","title":"Icon","minLength":1},"installTargets":{"type":"array","title":"InstallTargets","minItems":1,"uniqueItems":true,"items":{"title":"InstallTarget","type":"object","required":["sku","version"],"properties":{"sku":{"type":"string","title":"Install target SKU","enum":["Microsoft.VisualStudio.Community","Microsoft.VisualStudio.Enterprise","Microsoft.VisualStudio.Express_All","Microsoft.VisualStudio.IntegratedShell","Microsoft.VisualStudio.Pro","Microsoft.VisualStudio.TestProfessional","Microsoft.VisualStudio.Ultimate","Microsoft.VisualStudio.Premium","Microsoft.VisualStudio.VBExpress","Microsoft.VisualStudio.VCExpress","Microsoft.VisualStudio.VCSExpress","Microsoft.VisualStudio.VPDExpress","Microsoft.VisualStudio.VSLS","Microsoft.VisualStudio.VSWinExpress","Microsoft.VisualStudio.VSWinDesktopExpress","Microsoft.VisualStudio.VWDExpress"]},"version":{"type":"string","title":"Install target version range","pattern":"^[0-9\\[\\(,. \\)\\]]+$"}}}},"internalName":{"type":"string","title":"Internal name","minLength":1,"maxLength":63,"pattern":"^[^\\s-]+$"},"language":{"type":["string","number"],"title":"Language","pattern":"^(\\d{4})$|^([a-zA-Z]{2}(-[A-Za-z]{2})?)$|^neutral$"},"tags":{"type":"array","title":"Tags","items":{"type":"string","title":"Tag","minLength":1,"maxLength":50}},"version":{"type":"string","title":"Version","pattern":"^([0-9]+\\.){1,3}([0-9]+)$"},"vsixId":{"type":"string","title":"VsixId","minLength":1}}},"assetFiles":{"type":"array","title":"AssetFiles","items":{"type":"object","required":["pathOnDisk","targetPath"],"properties":{"pathOnDisk":{"type":"string","title":"PathOnDisk","minLength":1},"targetPath":{"type":"string","title":"TargetPath","default":""}}}},"categories":{"type":"array","title":"Categories","minItems":1,"maxItems":3,"uniqueItems":true,"items":{"anyOf":[{"type":"string","title":"Category","minLength":1},{"enum":["ajax","build","coding","connected services","data","database","documentation","extension sdk","framework and libraries","lightswitch","lightswitch controls","lightswitch templates","modelling","office","other","other templates","performance","process templates","programming languages","reporting","scaffolding","security","services","setup and deployment","sharepoint","sharepoint controls","sharepoint templates","silverlight controls","source control","start pages","team development","testing","visual studio extensions","wcf","web","windows forms templates","windows forms controls","workflow","wpf templates","wpf controls","xna"]}]}},"overview":{"type":"string","title":"Overview","minLength":1},"priceCategory":{"type":"string","title":"PriceCategory","default":"free","enum":["free","trial","paid"]},"publisher":{"type":"string","title":"Publisher","minLength":1},"private":{"type":"boolean","title":"Private","default":false},"qna":{"type":"boolean","title":"Q&A","default":true},"repo":{"type":"string","title":"Repo","format":"uri"}}}