Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://sonarsource.com/sonarlint/initialize-params.schema.json",
"title": "Initialize Parameters",
"description": "Parameter of the initialize request",
"type": "object",
"properties": {
"clientConstantInfo": {
"description": "Static information to describe the client. Dynamic information will be provided when needed by calling `getClientLiveInfo`",
"type": "object",