14 lines
261 B
TypeScript
14 lines
261 B
TypeScript
/**
|
|
* @schema AdminCollectionResponse
|
|
* type: object
|
|
* description: The collection's details.
|
|
* x-schemaName: AdminCollectionResponse
|
|
* required:
|
|
* - collection
|
|
* properties:
|
|
* collection:
|
|
* $ref: "#/components/schemas/AdminCollection"
|
|
*
|
|
*/
|
|
|