eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
1 lines • 481 B
JSON
{"$schema":"http://json-schema.org/draft-04/schema","title":"JSON schema for Backport config file","type":"object","additionalProperties":true,"required":["upstream","branches"],"properties":{"upsteam":{"type":"string"},"branches":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"name":{"type":"string"},"checked":{"type":"boolean"}},"required":["name","checked"]}]}},"labels":{"type":"array","items":{"type":"string"}},"all":{"type":"boolean"}}}