rspec/validation/schema.json
2020-06-25 14:50:32 +02:00

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"]
}