eslint-plugin-json-schema-validator
Version:
ESLint plugin that validates data using JSON Schema Validator.
1 lines • 1.07 kB
JSON
{"$schema":"http://json-schema.org/draft-07/schema#","$comment":"https://docs.github.com/en/github/administering-a-repository/displaying-a-sponsor-button-in-your-repository","title":"GitHub Funding","type":"object","properties":{"community_bridge":{"title":"CommunityBridge","type":["string","null"]},"github":{"title":"GitHub Sponsors","type":["string","array","null"],"items":{"title":"Username","type":"string"},"uniqueItems":true},"issuehunt":{"title":"IssueHunt","type":["string","null"]},"ko_fi":{"title":"Ko-fi","type":["string","null"]},"liberapay":{"title":"Liberapay","type":["string","null"]},"open_collective":{"title":"Open Collective","type":["string","null"]},"otechie":{"title":"Otechie","type":["string","null"]},"patreon":{"title":"Patreon","type":["string","null"],"minLength":1,"maxLength":100},"tidelift":{"title":"Tidelift","type":["string","null"],"pattern":"^[A-Za-z]+/.+$"},"custom":{"title":"Custom URL","type":["string","array","null"],"format":"uri-reference","items":{"title":"Link","type":"string","format":"uri-reference"},"uniqueItems":true}}}