APIs.json Apis Properties Questions Issues Info (Edit)

This property ensures that an API has a dedicated link to Git issues for asking questions

APIs.jsonAPIsProperties

Rule Definition

apis-json-apis-properties-questions-issues-info.yaml
{"apis-json-apis-properties-questions-issues-info":{"description":"This property ensures that an API has a dedicated link to Git issues for asking questions","message":"Has Questions Issues URL","severity":"info","given":["$.apis.*.properties.*","$.common.*"],"then":[{"field":"type","function":"pattern","functionOptions":{"notMatch":"\\b(QuestionsIssues|QuestionsGitHubIssues)\\b"}}]}}

Back to All of the Rules