17 lines
324 B
TypeScript
17 lines
324 B
TypeScript
/**
|
|
* @schema AdminPluginsListResponse
|
|
* type: object
|
|
* description: The list of plugins.
|
|
* x-schemaName: AdminPluginsListResponse
|
|
* required:
|
|
* - plugins
|
|
* properties:
|
|
* plugins:
|
|
* type: array
|
|
* description: The list of plugins.
|
|
* items:
|
|
* $ref: "#/components/schemas/AdminPlugin"
|
|
*
|
|
*/
|
|
|