UNPKG

eslint-plugin-json-schema-validator

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