9 lines
236 B
JSON
9 lines
236 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
"$id": "http://sonarsource.com/schemas/rule-metadata.json",
|
|
"type": "object",
|
|
"properties": {
|
|
"title": { "type": "string" }
|
|
},
|
|
"required": ["title"]
|
|
} |