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

     1  {
     2      "$schema": "http://json-schema.org/draft-04/schema#",
     3      "properties": {
     4          "value": {
     5              "type": "string",
     6              "description": "This rule's code/identifier."
     7          },
     8          "url": {
     9              "type": "string",
    10              "description": "A URL to open with more information about this rule code.\n Optional."
    11          }
    12      },
    13      "additionalProperties": true,
    14      "type": "object"
    15  }