eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
1 lines • 810 B
JSON
{"$schema":"http://json-schema.org/draft-04/schema","title":"Microsoft ServiceHub Configuration","type":"object","required":["controller","hosts","services"],"properties":{"controller":{"type":"object","required":["executable"],"properties":{"contextEnvironmentVariables":{"type":"array","items":{"type":"string"},"uniqueItems":true},"executable":{"type":"string"},"args":{"type":"array","items":{"type":"string"}},"additionalEnvironmentVariables":{"type":"object","additionalProperties":false,"patternProperties":{"^[A-Za-z0-9_/\\.]+$":{"type":"string"}}}},"hosts":{"type":"object","required":["rootDir"],"properties":{"rootDir":{"type":"string"}}},"services":{"type":"object","required":["rootDir"],"properties":{"rootDir":{"type":"string"},"discoveryServices":{"type":"array","items":{"type":"string"}}}}}}}