feat: expose needs_auth for plugin/read.

This commit is contained in:
Xin Lin
2026-03-19 13:08:06 -07:00
parent 668330acc1
commit d9f6b7ff14
11 changed files with 393 additions and 10 deletions

View File

@@ -492,11 +492,15 @@
},
"name": {
"type": "string"
},
"needsAuth": {
"type": "boolean"
}
},
"required": [
"id",
"name"
"name",
"needsAuth"
],
"type": "object"
},