18 lines
409 B
JSON
18 lines
409 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "K9s plugins schema",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"plugins": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"$ref": "file://internal/config/json/schemas/plugin.json",
|
|
"additionalProperties": false
|
|
},
|
|
"required": []
|
|
}
|
|
},
|
|
"required": ["plugins"]
|
|
}
|