14 lines
309 B
TypeScript
14 lines
309 B
TypeScript
/**
|
|
* @schema AdminViewConfigurationResponse
|
|
* type: object
|
|
* description: The details of a view configuration.
|
|
* x-schemaName: AdminViewConfigurationResponse
|
|
* required:
|
|
* - view_configuration
|
|
* properties:
|
|
* view_configuration:
|
|
* $ref: "#/components/schemas/AdminViewConfiguration"
|
|
*
|
|
*/
|
|
|