UNPKG

eslint-plugin-json-schema-validator

Version:
1 lines 629 B
{"$schema":"http://json-schema.org/draft-04/schema","type":"object","definitions":{"commands":{"type":"object","required":["fileName"],"properties":{"fileName":{"type":"string"},"workingDirectory":{"type":"string"},"arguments":{"type":"string"}}},"vsbindings":{"type":"array","items":{"type":"string"}}},"properties":{"commands":{"additionalProperties":{"$ref":"#/definitions/commands"}},"-vs-binding":{"type":"object","properties":{"AfterBuild":{"$ref":"#/definitions/vsbindings"},"BeforeBuild":{"$ref":"#/definitions/vsbindings"},"Clean":{"$ref":"#/definitions/vsbindings"},"ProjectOpen":{"$ref":"#/definitions/vsbindings"}}}}}