Add hook selector toggle semantics

This commit is contained in:
Abhinav Vedmala
2026-04-26 20:34:16 -07:00
parent 3de8182aa9
commit c2a3b5a289
20 changed files with 972 additions and 105 deletions

View File

@@ -3,7 +3,9 @@
"definitions": {
"HookConfigSource": {
"enum": [
"plugin"
"plugin",
"user",
"project"
],
"type": "string"
}
@@ -23,6 +25,12 @@
},
"source": {
"$ref": "#/definitions/HookConfigSource"
},
"sourcePath": {
"type": [
"string",
"null"
]
}
},
"required": [