UNPKG

eslint-plugin-json-schema-validator

Version:
1 lines 2.15 kB
{"$schema":"http://json-schema.org/draft-04/schema","title":"JSON schema for React Cosmos configs","type":"object","additionalProperties":false,"properties":{"$schema":{"type":"string"},"rootDir":{"type":"string","minLength":1},"exportPath":{"type":"string","minLength":1},"disablePlugins":{"type":"boolean"},"staticPath":{"type":"string","minLength":1},"publicUrl":{"type":"string"},"fixturesDir":{"type":"string","minLength":1},"fixtureFileSuffix":{"type":"string","minLength":1},"watchDirs":{"type":"array","items":{"type":"string","minLength":1},"uniqueItems":true},"userDepsFilePath":{"type":"string","minLength":1},"hostname":{"anyOf":[{"type":"string","minLength":1},{"type":"null"}]},"port":{"type":"number"},"https":{"type":"boolean"},"httpsOptions":{"type":"object","additionalProperties":false,"properties":{"certPath":{"type":"string"},"keyPath":{"type":"string"}}},"httpProxy":{"type":"object","patternProperties":{".*":{"anyOf":[{"type":"string"},{"type":"object","additionalProperties":true,"required":["target"],"properties":{"target":{"type":"string"},"secure":{"type":"boolean"},"pathRewrite":{"type":"object","patternProperties":{".*":{"type":"string"}}},"logLevel":{"type":"string","enum":["error","debug","info","warn","silent"]}}}]}}},"globalImports":{"type":"array","items":{"type":"string","minLength":1},"uniqueItems":true},"dom":{"type":"object","properties":{"containerQuerySelector":{"type":["string","null"],"minLength":1}}},"webpack":{"type":"object","additionalProperties":false,"properties":{"configPath":{"anyOf":[{"type":"string","minLength":1},{"type":"null"}]},"overridePath":{"anyOf":[{"type":"string","minLength":1},{"type":"null"}]},"includeHashInOutputFilename":{"type":"boolean"},"hotReload":{"type":"boolean"}}},"ui":{"type":"object","additionalProperties":true,"properties":{"responsivePreview":{"type":"object","additionalProperties":false,"properties":{"devices":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["label","width","height"],"properties":{"label":{"type":"string","minLength":1},"width":{"type":"number","minimum":1},"height":{"type":"number","minimum":1}}}}}}}}}}