mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
Support featured plugins (#15042)
This commit is contained in:
@@ -6128,6 +6128,13 @@
|
||||
"PluginListResponse": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"featuredPluginIds": {
|
||||
"default": [],
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"marketplaces": {
|
||||
"items": {
|
||||
"$ref": "#/definitions/PluginMarketplaceEntry"
|
||||
|
||||
Reference in New Issue
Block a user