wire through policies + category from marketplace.json

This commit is contained in:
Sayan Sisodiya
2026-03-10 22:03:26 -07:00
parent 37f51382fd
commit 6a1b357d20
18 changed files with 429 additions and 22 deletions

View File

@@ -28,6 +28,13 @@
"name"
],
"type": "object"
},
"PluginAuthPolicy": {
"enum": [
"ON_INSTALL",
"ON_USE"
],
"type": "string"
}
},
"properties": {
@@ -36,6 +43,16 @@
"$ref": "#/definitions/AppSummary"
},
"type": "array"
},
"authPolicy": {
"anyOf": [
{
"$ref": "#/definitions/PluginAuthPolicy"
},
{
"type": "null"
}
]
}
},
"required": [