UNPKG

eslint-plugin-json-schema-validator

Version:
1 lines 756 B
{"$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"}}}