11 lines
319 B
JSON
11 lines
319 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "https://puremourning.github.io/vimspector/schema/gadgets.schema.json",
|
|
"type": "object",
|
|
"properties": {
|
|
"adapters": {
|
|
"type": "object",
|
|
"additionalProperties": { "$ref": "vimspector.schema.json#/definitions/adapter" }
|
|
}
|
|
}
|
|
}
|