eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
1 lines • 756 B
JSON
{"$schema":"http://json-schema.org/draft-04/schema","title":"Microsoft ServiceHub Service","type":"object","required":["host","entryPoint"],"properties":{"host":{"type":"string"},"hostId":{"type":"string","pattern":"^[^ ]*$"},"hostGroupAllowed":{"type":"boolean"},"entryPoint":{"type":"object","oneOf":[{"type":"object","required":["assemblyPath","fullClassName"],"properties":{"assemblyPath":{"type":"string"},"fullClassName":{"type":"string"},"appBasePath":{"type":"string"},"configPath":{"type":"string"}},"additionalProperties":false},{"type":"object","required":["scriptPath","constructorFunction"],"properties":{"scriptPath":{"type":"string"},"constructorFunction":{"type":"string"}},"additionalProperties":false}]},"versionRange":{"type":"string"}}}