14 lines
237 B
TypeScript
14 lines
237 B
TypeScript
/**
|
|
* @schema AdminRegionResponse
|
|
* type: object
|
|
* description: The region's details.
|
|
* x-schemaName: AdminRegionResponse
|
|
* required:
|
|
* - region
|
|
* properties:
|
|
* region:
|
|
* $ref: "#/components/schemas/AdminRegion"
|
|
*
|
|
*/
|
|
|