/** * @schema AdminStockLocationResponse * type: object * description: The stock location's details. * x-schemaName: AdminStockLocationResponse * required: * - stock_location * properties: * stock_location: * $ref: "#/components/schemas/AdminStockLocation" * */