UNPKG

eslint-plugin-json-schema-validator

Version:
1 lines 4.02 kB
{"title":"JSON schema for ASP.NET project.json files","$schema":"http://json-schema.org/draft-04/schema#","type":"object","definitions":{"compilationOptions":{"type":"object","properties":{"define":{"type":"array","uniqueItems":true,"items":{"type":"string"}},"warningsAsErrors":{"type":"boolean","default":false},"allowUnsafe":{"type":"boolean","default":false},"optimize":{"type":"boolean","default":false},"languageVersion":{"type":"string","enum":["csharp1","csharp2","csharp3","csharp4","csharp5","csharp6","experimental"]}}},"configType":{"type":"object","properties":{"dependencies":{"$ref":"#/definitions/dependencies"},"compilationOptions":{"$ref":"#/definitions/compilationOptions"},"frameworkAssemblies":{"$ref":"#/definitions/dependencies"}}},"dependencies":{"type":"object","additionalProperties":{"type":["string","object"],"properties":{"version":{"type":"string"},"type":{"type":"string","default":"default","enum":["default","build"]}}}},"script":{"type":["string","array"],"items":{"type":"string"}}},"properties":{"authors":{"type":"array","uniqueItems":true,"items":{"type":"string"}},"publishExclude":{"type":["string","array"],"items":{"type":"string"},"default":""},"compile":{"type":["string","array"],"items":{"type":"string"},"default":""},"compileExclude":{"type":["string","array"],"items":{"type":"string"},"default":""},"compileFiles":{"type":["string","array"],"items":{"type":"string"},"default":""},"compileBuiltIn":{"type":["string","array"],"items":{"type":"string"},"default":"**/*.cs"},"exclude":{"type":["string","array"],"items":{"type":"string"},"default":""},"excludeBuiltIn":{"type":["string","array"],"items":{"type":"string"},"default":["bin/**/*.*","obj/**/*.*","**/*.xproj"]},"preprocess":{"type":["string","array"],"items":{"type":"string"},"default":["compiler/preprocess/**/*.cs"]},"preprocessExclude":{"type":["string","array"],"items":{"type":"string"},"default":""},"preprocessFiles":{"type":["string","array"],"items":{"type":"string"},"default":""},"resource":{"type":["string","array"],"items":{"type":"string"},"default":["compiler/resources/**/*","**/*.resx"]},"resourceExclude":{"type":["string","array"],"items":{"type":"string"},"default":""},"resourceFiles":{"type":["string","array"],"items":{"type":"string"},"default":""},"shared":{"type":["string","array"],"items":{"type":"string"},"default":"compiler/shared/**/*.cs"},"sharedExclude":{"type":["string","array"],"items":{"type":"string"},"default":""},"sharedFiles":{"type":["string","array"],"items":{"type":"string"},"default":""},"content":{"type":["string","array"],"items":{"type":"string"},"default":"**/*"},"contentExclude":{"type":["string","array"],"items":{"type":"string"},"default":""},"contentFiles":{"type":["string","array"],"items":{"type":"string"},"default":""},"commands":{"type":"object","additionalProperties":{"type":"string"}},"compilationOptions":{"$ref":"#/definitions/compilationOptions"},"configurations":{"type":"object","additionalProperties":{"type":"object","properties":{"compilationOptions":{"$ref":"#/definitions/compilationOptions"}}}},"copyright":{"type":"string"},"dependencies":{"$ref":"#/definitions/dependencies"},"description":{"type":"string"},"frameworks":{"type":"object","additionalProperties":{"$ref":"#/definitions/configType"}},"iconUrl":{"type":"string"},"licenseUrl":{"type":"string"},"owners":{"type":"array","uniqueItems":true,"items":{"type":"string"}},"projectUrl":{"type":"string"},"scripts":{"type":"object","properties":{"prepack":{"$ref":"#/definitions/script"},"postpack":{"$ref":"#/definitions/script"},"prepublish":{"$ref":"#/definitions/script"},"postpublish":{"$ref":"#/definitions/script"},"prerestore":{"$ref":"#/definitions/script"},"postrestore":{"$ref":"#/definitions/script"},"prepare":{"$ref":"#/definitions/script"}}},"summary":{"type":"string"},"tags":{"type":"array","uniqueItems":true,"items":{"type":"string"}},"title":{"type":"string"},"version":{"type":"string"},"webroot":{"type":"string"},"userSecretsId":{"type":"string"}}}