github.com/mistwind/reviewdog@v0.0.0-20230322024206-9cfa11856d58/proto/rdf/jsonschema/Source.jsonschema (about)

     1  {
     2      "$schema": "http://json-schema.org/draft-04/schema#",
     3      "properties": {
     4          "name": {
     5              "type": "string",
     6              "description": "A human-readable string describing the source of diagnostics, e.g.\n 'typescript' or 'super lint'."
     7          },
     8          "url": {
     9              "type": "string",
    10              "description": "URL to this source.\n Optional."
    11          }
    12      },
    13      "additionalProperties": true,
    14      "type": "object"
    15  }