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