Skip to content

Commit 5bca89e

Browse files
committed
Update schema store
1 parent 0786c18 commit 5bca89e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"$schema":"http://json-schema.org/draft-07/schema","$comment":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser","title":"GitHub issue template chooser configuration","type":"object","properties":{"blank_issues_enabled":{"type":"boolean"},"contact_links":{"type":"array","minItems":1,"items":{"type":"object","properties":{"name":{"type":"string","minLength":1,"examples":["Sample name"]},"url":{"type":"string","pattern":"^https?://","examples":["https://sample/url"]},"about":{"type":"string","minLength":1,"examples":["Sample description"]}},"required":["name","url","about"],"additionalProperties":false}},"additionalProperties":false}}
1+
{"$schema":"http://json-schema.org/draft-07/schema","$comment":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser","title":"GitHub issue template chooser config file schema","type":"object","properties":{"blank_issues_enabled":{"type":"boolean"},"contact_links":{"title":"contact links","type":"array","minItems":1,"items":{"type":"object","required":["name","url","about"],"properties":{"name":{"type":"string","minLength":1,"examples":["Sample name"]},"url":{"type":"string","pattern":"^https?://","examples":["https://sample/url"]},"about":{"type":"string","minLength":1,"examples":["Sample description"]}},"additionalProperties":false}},"additionalProperties":false}}

0 commit comments

Comments
 (0)