vimspector/docs/schema/gadgets.schema.json
2019-11-06 11:44:23 +00:00

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